Class: Ask::Agent::Events::ToolExecutionUpdate
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::ToolExecutionUpdate
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#partial_result ⇒ Object
readonly
Returns the value of attribute partial_result.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
18 19 20 |
# File 'lib/ask/agent/events.rb', line 18 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
18 19 20 |
# File 'lib/ask/agent/events.rb', line 18 def name @name end |
#partial_result ⇒ Object (readonly)
Returns the value of attribute partial_result
18 19 20 |
# File 'lib/ask/agent/events.rb', line 18 def partial_result @partial_result end |