Class: RubyLLM::SemanticRouter::AgentConfig
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::SemanticRouter::AgentConfig
- Defined in:
- lib/rubyllm/semantic_router/router.rb
Overview
Internal representation of agent config (extracted from chat objects)
Instance Attribute Summary collapse
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#model ⇒ Object
Returns the value of attribute model.
-
#name ⇒ Object
Returns the value of attribute name.
-
#temperature ⇒ Object
Returns the value of attribute temperature.
-
#tools ⇒ Object
Returns the value of attribute tools.
Instance Attribute Details
#instructions ⇒ Object
Returns the value of attribute instructions
18 19 20 |
# File 'lib/rubyllm/semantic_router/router.rb', line 18 def instructions @instructions end |
#model ⇒ Object
Returns the value of attribute model
18 19 20 |
# File 'lib/rubyllm/semantic_router/router.rb', line 18 def model @model end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/rubyllm/semantic_router/router.rb', line 18 def name @name end |
#temperature ⇒ Object
Returns the value of attribute temperature
18 19 20 |
# File 'lib/rubyllm/semantic_router/router.rb', line 18 def temperature @temperature end |
#tools ⇒ Object
Returns the value of attribute tools
18 19 20 |
# File 'lib/rubyllm/semantic_router/router.rb', line 18 def tools @tools end |