Class: PhaseoAgentSdk::ToolOutput
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::ToolOutput
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id.
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
28 29 30 |
# File 'lib/phaseo_agent_sdk.rb', line 28 def output @output end |
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id
28 29 30 |
# File 'lib/phaseo_agent_sdk.rb', line 28 def tool_call_id @tool_call_id end |