Class: PhaseoAgentSdk::HumanPause
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::HumanPause
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#pending_tool_calls ⇒ Object
Returns the value of attribute pending_tool_calls.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#requested_at ⇒ Object
Returns the value of attribute requested_at.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
29 30 31 |
# File 'lib/phaseo_agent_sdk.rb', line 29 def kind @kind end |
#payload ⇒ Object
Returns the value of attribute payload
29 30 31 |
# File 'lib/phaseo_agent_sdk.rb', line 29 def payload @payload end |
#pending_tool_calls ⇒ Object
Returns the value of attribute pending_tool_calls
29 30 31 |
# File 'lib/phaseo_agent_sdk.rb', line 29 def pending_tool_calls @pending_tool_calls end |
#reason ⇒ Object
Returns the value of attribute reason
29 30 31 |
# File 'lib/phaseo_agent_sdk.rb', line 29 def reason @reason end |
#requested_at ⇒ Object
Returns the value of attribute requested_at
29 30 31 |
# File 'lib/phaseo_agent_sdk.rb', line 29 def requested_at @requested_at end |