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

Inherits:
Struct
  • Object
show all
Defined in:
lib/phronomy/agent/tool_invocation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cancelledObject

Returns the value of attribute cancelled

Returns:

  • (Object)

    the current value of cancelled



9
10
11
# File 'lib/phronomy/agent/tool_invocation.rb', line 9

def cancelled
  @cancelled
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



9
10
11
# File 'lib/phronomy/agent/tool_invocation.rb', line 9

def error
  @error
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



9
10
11
# File 'lib/phronomy/agent/tool_invocation.rb', line 9

def result
  @result
end