Class: PhaseoAgentSdk::ToolOutput

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

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



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

def output
  @output
end

#tool_call_idObject

Returns the value of attribute tool_call_id

Returns:

  • (Object)

    the current value of tool_call_id



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

def tool_call_id
  @tool_call_id
end