Class: PhaseoAgentSdk::RunStep
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::RunStep
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#finish_reason ⇒ Object
Returns the value of attribute finish_reason.
-
#index ⇒ Object
Returns the value of attribute index.
-
#model ⇒ Object
Returns the value of attribute model.
-
#model_attempts ⇒ Object
Returns the value of attribute model_attempts.
-
#native_response_id ⇒ Object
Returns the value of attribute native_response_id.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#request_id ⇒ Object
Returns the value of attribute request_id.
-
#response_meta ⇒ Object
Returns the value of attribute response_meta.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tool_calls ⇒ Object
Returns the value of attribute tool_calls.
-
#usage ⇒ Object
Returns the value of attribute usage.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def error @error end |
#finish_reason ⇒ Object
Returns the value of attribute finish_reason
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def finish_reason @finish_reason end |
#index ⇒ Object
Returns the value of attribute index
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def index @index end |
#model ⇒ Object
Returns the value of attribute model
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def model @model end |
#model_attempts ⇒ Object
Returns the value of attribute model_attempts
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def model_attempts @model_attempts end |
#native_response_id ⇒ Object
Returns the value of attribute native_response_id
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def native_response_id @native_response_id end |
#provider ⇒ Object
Returns the value of attribute provider
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def provider @provider end |
#request_id ⇒ Object
Returns the value of attribute request_id
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def request_id @request_id end |
#response_meta ⇒ Object
Returns the value of attribute response_meta
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def @response_meta end |
#status ⇒ Object
Returns the value of attribute status
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def status @status end |
#tool_calls ⇒ Object
Returns the value of attribute tool_calls
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def tool_calls @tool_calls end |
#usage ⇒ Object
Returns the value of attribute usage
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def usage @usage end |
#warnings ⇒ Object
Returns the value of attribute warnings
24 25 26 |
# File 'lib/phaseo_agent_sdk.rb', line 24 def warnings @warnings end |