Class: Rixie::Event::ToolCallsCompleted
- Inherits:
-
Data
- Object
- Data
- Rixie::Event::ToolCallsCompleted
- Defined in:
- lib/rixie/event/tool_calls_completed.rb
Instance Attribute Summary collapse
-
#tool_calls ⇒ Object
readonly
Returns the value of attribute tool_calls.
-
#tool_results ⇒ Object
readonly
Returns the value of attribute tool_results.
Instance Attribute Details
#tool_calls ⇒ Object (readonly)
Returns the value of attribute tool_calls
5 6 7 |
# File 'lib/rixie/event/tool_calls_completed.rb', line 5 def tool_calls @tool_calls end |
#tool_results ⇒ Object (readonly)
Returns the value of attribute tool_results
5 6 7 |
# File 'lib/rixie/event/tool_calls_completed.rb', line 5 def tool_results @tool_results end |