Module: ActiveAgent::GenerationMethods

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/active_agent/generation_methods.rb

Overview

Active Agent GenerationM74ethods

This module handles everything related to prompt generation, from registering new generation methods to configuring the prompt object to be sent.

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#wrap_generation_behavior!Object

:nodoc:



56
57
58
# File 'lib/active_agent/generation_methods.rb', line 56

def wrap_generation_behavior!(*) # :nodoc:
  self.class.wrap_generation_behavior(prompt, *)
end