Class: Candle::AgentResult
- Inherits:
-
Struct
- Object
- Struct
- Candle::AgentResult
- Defined in:
- lib/candle/agent.rb
Instance Attribute Summary collapse
-
#iterations ⇒ Object
Returns the value of attribute iterations.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#response ⇒ Object
Returns the value of attribute response.
-
#tool_calls_made ⇒ Object
Returns the value of attribute tool_calls_made.
Instance Attribute Details
#iterations ⇒ Object
Returns the value of attribute iterations
66 67 68 |
# File 'lib/candle/agent.rb', line 66 def iterations @iterations end |
#messages ⇒ Object
Returns the value of attribute messages
66 67 68 |
# File 'lib/candle/agent.rb', line 66 def @messages end |
#response ⇒ Object
Returns the value of attribute response
66 67 68 |
# File 'lib/candle/agent.rb', line 66 def response @response end |
#tool_calls_made ⇒ Object
Returns the value of attribute tool_calls_made
66 67 68 |
# File 'lib/candle/agent.rb', line 66 def tool_calls_made @tool_calls_made end |