Class: PhaseoAgentSdk::RuntimeContext
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::RuntimeContext
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
Returns the value of attribute agent_id.
-
#context ⇒ Object
Returns the value of attribute context.
-
#emit_progress ⇒ Object
Returns the value of attribute emit_progress.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
-
#set_context ⇒ Object
Returns the value of attribute set_context.
-
#step_index ⇒ Object
Returns the value of attribute step_index.
-
#tool_call ⇒ Object
Returns the value of attribute tool_call.
Instance Attribute Details
#agent_id ⇒ Object
Returns the value of attribute agent_id
20 21 22 |
# File 'lib/phaseo_agent_sdk.rb', line 20 def agent_id @agent_id end |
#context ⇒ Object
Returns the value of attribute context
20 21 22 |
# File 'lib/phaseo_agent_sdk.rb', line 20 def context @context end |
#emit_progress ⇒ Object
Returns the value of attribute emit_progress
20 21 22 |
# File 'lib/phaseo_agent_sdk.rb', line 20 def emit_progress @emit_progress end |
#run_id ⇒ Object
Returns the value of attribute run_id
20 21 22 |
# File 'lib/phaseo_agent_sdk.rb', line 20 def run_id @run_id end |
#set_context ⇒ Object
Returns the value of attribute set_context
20 21 22 |
# File 'lib/phaseo_agent_sdk.rb', line 20 def set_context @set_context end |
#step_index ⇒ Object
Returns the value of attribute step_index
20 21 22 |
# File 'lib/phaseo_agent_sdk.rb', line 20 def step_index @step_index end |
#tool_call ⇒ Object
Returns the value of attribute tool_call
20 21 22 |
# File 'lib/phaseo_agent_sdk.rb', line 20 def tool_call @tool_call end |