Module: Phronomy::Agent::Concerns::BeforeLLMInput
- Included in:
- Base
- Defined in:
- lib/phronomy/agent/concerns/before_llm_input.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#before_llm_input ⇒ Object
Returns the value of attribute before_llm_input.
Class Method Summary collapse
Instance Attribute Details
#before_llm_input ⇒ Object
Returns the value of attribute before_llm_input.
23 24 25 |
# File 'lib/phronomy/agent/concerns/before_llm_input.rb', line 23 def before_llm_input @before_llm_input end |
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/phronomy/agent/concerns/before_llm_input.rb', line 7 def self.included(base) base.extend(ClassMethods) end |