Class: RailsAgents::ProviderResponse
- Inherits:
-
Data
- Object
- Data
- RailsAgents::ProviderResponse
- Defined in:
- lib/rails_agents/message.rb
Instance Attribute Summary collapse
-
#assistant_raw_content ⇒ Object
readonly
Returns the value of attribute assistant_raw_content.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#content_blocks ⇒ Object
readonly
Returns the value of attribute content_blocks.
-
#file_ids ⇒ Object
readonly
Returns the value of attribute file_ids.
-
#finish_reason ⇒ Object
readonly
Returns the value of attribute finish_reason.
-
#tool_calls ⇒ Object
readonly
Returns the value of attribute tool_calls.
-
#usage ⇒ Object
readonly
Returns the value of attribute usage.
Instance Attribute Details
#assistant_raw_content ⇒ Object (readonly)
Returns the value of attribute assistant_raw_content
18 19 20 |
# File 'lib/rails_agents/message.rb', line 18 def assistant_raw_content @assistant_raw_content end |
#content ⇒ Object (readonly)
Returns the value of attribute content
18 19 20 |
# File 'lib/rails_agents/message.rb', line 18 def content @content end |
#content_blocks ⇒ Object (readonly)
Returns the value of attribute content_blocks
18 19 20 |
# File 'lib/rails_agents/message.rb', line 18 def content_blocks @content_blocks end |
#file_ids ⇒ Object (readonly)
Returns the value of attribute file_ids
18 19 20 |
# File 'lib/rails_agents/message.rb', line 18 def file_ids @file_ids end |
#finish_reason ⇒ Object (readonly)
Returns the value of attribute finish_reason
18 19 20 |
# File 'lib/rails_agents/message.rb', line 18 def finish_reason @finish_reason end |
#tool_calls ⇒ Object (readonly)
Returns the value of attribute tool_calls
18 19 20 |
# File 'lib/rails_agents/message.rb', line 18 def tool_calls @tool_calls end |
#usage ⇒ Object (readonly)
Returns the value of attribute usage
18 19 20 |
# File 'lib/rails_agents/message.rb', line 18 def usage @usage end |