Class: PhaseoAgentSdk::HumanReviewContext
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::HumanReviewContext
- 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.
-
#input ⇒ Object
Returns the value of attribute input.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#parsed_output ⇒ Object
Returns the value of attribute parsed_output.
-
#response ⇒ Object
Returns the value of attribute response.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
-
#step_index ⇒ Object
Returns the value of attribute step_index.
Instance Attribute Details
#agent_id ⇒ Object
Returns the value of attribute agent_id
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def agent_id @agent_id end |
#context ⇒ Object
Returns the value of attribute context
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def context @context end |
#input ⇒ Object
Returns the value of attribute input
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def input @input end |
#messages ⇒ Object
Returns the value of attribute messages
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def @messages end |
#parsed_output ⇒ Object
Returns the value of attribute parsed_output
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def parsed_output @parsed_output end |
#response ⇒ Object
Returns the value of attribute response
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def response @response end |
#run_id ⇒ Object
Returns the value of attribute run_id
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def run_id @run_id end |
#step_index ⇒ Object
Returns the value of attribute step_index
30 31 32 |
# File 'lib/phaseo_agent_sdk.rb', line 30 def step_index @step_index end |