Class: PhaseoAgentSdk::RunRecord
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::RunRecord
- 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.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#error ⇒ Object
Returns the value of attribute error.
-
#id ⇒ Object
Returns the value of attribute id.
-
#input ⇒ Object
Returns the value of attribute input.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#next_turn_params ⇒ Object
Returns the value of attribute next_turn_params.
-
#pause ⇒ Object
Returns the value of attribute pause.
-
#result ⇒ Object
Returns the value of attribute result.
-
#status ⇒ Object
Returns the value of attribute status.
-
#step_count ⇒ Object
Returns the value of attribute step_count.
-
#stop_reason ⇒ Object
Returns the value of attribute stop_reason.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Attribute Details
#agent_id ⇒ Object
Returns the value of attribute agent_id
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def agent_id @agent_id end |
#context ⇒ Object
Returns the value of attribute context
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def context @context end |
#created_at ⇒ Object
Returns the value of attribute created_at
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def created_at @created_at end |
#error ⇒ Object
Returns the value of attribute error
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def error @error end |
#id ⇒ Object
Returns the value of attribute id
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def id @id end |
#input ⇒ Object
Returns the value of attribute input
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def input @input end |
#messages ⇒ Object
Returns the value of attribute messages
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def @messages end |
#next_turn_params ⇒ Object
Returns the value of attribute next_turn_params
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def next_turn_params @next_turn_params end |
#pause ⇒ Object
Returns the value of attribute pause
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def pause @pause end |
#result ⇒ Object
Returns the value of attribute result
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def result @result end |
#status ⇒ Object
Returns the value of attribute status
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def status @status end |
#step_count ⇒ Object
Returns the value of attribute step_count
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def step_count @step_count end |
#stop_reason ⇒ Object
Returns the value of attribute stop_reason
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def stop_reason @stop_reason end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def updated_at @updated_at end |
#usage ⇒ Object
Returns the value of attribute usage
31 32 33 |
# File 'lib/phaseo_agent_sdk.rb', line 31 def usage @usage end |