Class: Phronomy::Agent::ToolInvocation::ExecutionOutcome Private
- Inherits:
-
Struct
- Object
- Struct
- Phronomy::Agent::ToolInvocation::ExecutionOutcome
- Defined in:
- lib/phronomy/agent/tool_invocation.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
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
23 24 25 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 23 def cancelled @cancelled end |
#error ⇒ Object
Returns the value of attribute error
23 24 25 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 23 def error @error end |
#result ⇒ Object
Returns the value of attribute result
23 24 25 |
# File 'lib/phronomy/agent/tool_invocation.rb', line 23 def result @result end |