Class: Phronomy::Agent::ToolInvocation::ExecutionOutcome
- Inherits:
-
Struct
- Object
- Struct
- Phronomy::Agent::ToolInvocation::ExecutionOutcome
- Defined in:
- lib/phronomy/agent/tool_invocation.rb
Instance Attribute Summary collapse
-
#cancelled ⇒ Object
Returns the value of attribute cancelled.
-
#error ⇒ Object
Returns the value of attribute error.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#cancelled ⇒ Object
Returns the value of attribute cancelled
9 10 11 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 9 def cancelled @cancelled end |
#error ⇒ Object
Returns the value of attribute error
9 10 11 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 9 def error @error end |
#result ⇒ Object
Returns the value of attribute result
9 10 11 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 9 def result @result end |