Class: PhaseoAgentSdk::ToolDecision

Inherits:
Struct
  • Object
show all
Defined in:
lib/phaseo_agent_sdk.rb

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



27
28
29
# File 'lib/phaseo_agent_sdk.rb', line 27

def reason
  @reason
end

#tool_call_idObject

Returns the value of attribute tool_call_id

Returns:

  • (Object)

    the current value of tool_call_id



27
28
29
# File 'lib/phaseo_agent_sdk.rb', line 27

def tool_call_id
  @tool_call_id
end