Class: Ask::Agent::Events::ToolCompleted
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::ToolCompleted
- Defined in:
- lib/ask/agent/events.rb
Overview
Emitted when a pending (async) tool's background work completes.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
22 23 24 |
# File 'lib/ask/agent/events.rb', line 22 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
22 23 24 |
# File 'lib/ask/agent/events.rb', line 22 def name @name end |
#result ⇒ Object (readonly)
Returns the value of attribute result
22 23 24 |
# File 'lib/ask/agent/events.rb', line 22 def result @result end |