Class: PhaseoAgentSdk::Message
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::Message
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#is_error ⇒ Object
Returns the value of attribute is_error.
-
#name ⇒ Object
Returns the value of attribute name.
-
#role ⇒ Object
Returns the value of attribute role.
-
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id.
-
#tool_calls ⇒ Object
Returns the value of attribute tool_calls.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
18 19 20 |
# File 'lib/phaseo_agent_sdk.rb', line 18 def content @content end |
#is_error ⇒ Object
Returns the value of attribute is_error
18 19 20 |
# File 'lib/phaseo_agent_sdk.rb', line 18 def is_error @is_error end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/phaseo_agent_sdk.rb', line 18 def name @name end |
#role ⇒ Object
Returns the value of attribute role
18 19 20 |
# File 'lib/phaseo_agent_sdk.rb', line 18 def role @role end |
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id
18 19 20 |
# File 'lib/phaseo_agent_sdk.rb', line 18 def tool_call_id @tool_call_id end |
#tool_calls ⇒ Object
Returns the value of attribute tool_calls
18 19 20 |
# File 'lib/phaseo_agent_sdk.rb', line 18 def tool_calls @tool_calls end |