Class: Kward::Events::ToolResult
- Inherits:
-
Struct
- Object
- Struct
- Kward::Events::ToolResult
- Defined in:
- lib/kward/events.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#tool_call ⇒ Object
Returns the value of attribute tool_call.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
10 11 12 |
# File 'lib/kward/events.rb', line 10 def content @content end |
#tool_call ⇒ Object
Returns the value of attribute tool_call
10 11 12 |
# File 'lib/kward/events.rb', line 10 def tool_call @tool_call end |