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