Class: Phronomy::Agent::RubyLLMMaterializer::RuntimeProjection
- Inherits:
-
Data
- Object
- Data
- Phronomy::Agent::RubyLLMMaterializer::RuntimeProjection
- Defined in:
- lib/phronomy/agent/ruby_llm_materializer.rb
Instance Attribute Summary collapse
-
#ask_message ⇒ Object
readonly
Returns the value of attribute ask_message.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#manifest_ref ⇒ Object
readonly
Returns the value of attribute manifest_ref.
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
-
#model_config ⇒ Object
readonly
Returns the value of attribute model_config.
-
#system ⇒ Object
readonly
Returns the value of attribute system.
-
#tool_classes ⇒ Object
readonly
Returns the value of attribute tool_classes.
Instance Attribute Details
#ask_message ⇒ Object (readonly)
Returns the value of attribute ask_message
6 7 8 |
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6 def @ask_message end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
6 7 8 |
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6 def manifest @manifest end |
#manifest_ref ⇒ Object (readonly)
Returns the value of attribute manifest_ref
6 7 8 |
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6 def manifest_ref @manifest_ref end |
#messages ⇒ Object (readonly)
Returns the value of attribute messages
6 7 8 |
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6 def @messages end |
#model_config ⇒ Object (readonly)
Returns the value of attribute model_config
6 7 8 |
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6 def model_config @model_config end |
#system ⇒ Object (readonly)
Returns the value of attribute system
6 7 8 |
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6 def system @system end |
#tool_classes ⇒ Object (readonly)
Returns the value of attribute tool_classes
6 7 8 |
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6 def tool_classes @tool_classes end |