Class: Phronomy::Agent::ToolInvocation::ExecutionOutcome Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cancelledObject

Returns the value of attribute cancelled

Returns:

  • (Object)

    the current value of cancelled



23
24
25
# File 'lib/phronomy/agent/tool_invocation.rb', line 23

def cancelled
  @cancelled
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



23
24
25
# File 'lib/phronomy/agent/tool_invocation.rb', line 23

def error
  @error
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



23
24
25
# File 'lib/phronomy/agent/tool_invocation.rb', line 23

def result
  @result
end