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
13 14 15 |
# File 'lib/kward/events.rb', line 13 def content @content end |
#elapsed_ms ⇒ Object
Returns the value of attribute elapsed_ms
13 14 15 |
# File 'lib/kward/events.rb', line 13 def elapsed_ms @elapsed_ms end |
#tool_call ⇒ Object
Returns the value of attribute tool_call
13 14 15 |
# File 'lib/kward/events.rb', line 13 def tool_call @tool_call end |