Class: PhaseoAgentSdk::ModelResponse
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::ModelResponse
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#finish_reason ⇒ Object
Returns the value of attribute finish_reason.
-
#message ⇒ Object
Returns the value of attribute message.
-
#model ⇒ Object
Returns the value of attribute model.
-
#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.
-
#usage ⇒ Object
Returns the value of attribute usage.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def cost @cost end |
#finish_reason ⇒ Object
Returns the value of attribute finish_reason
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def finish_reason @finish_reason end |
#message ⇒ Object
Returns the value of attribute message
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def @message end |
#model ⇒ Object
Returns the value of attribute model
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def model @model end |
#native_response_id ⇒ Object
Returns the value of attribute native_response_id
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def native_response_id @native_response_id end |
#provider ⇒ Object
Returns the value of attribute provider
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def provider @provider end |
#request_id ⇒ Object
Returns the value of attribute request_id
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def request_id @request_id end |
#response_meta ⇒ Object
Returns the value of attribute response_meta
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def @response_meta end |
#usage ⇒ Object
Returns the value of attribute usage
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def usage @usage end |
#warnings ⇒ Object
Returns the value of attribute warnings
22 23 24 |
# File 'lib/phaseo_agent_sdk.rb', line 22 def warnings @warnings end |