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