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