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