Class: Rixie::Message::Tool
- Inherits:
-
Data
- Object
- Data
- Rixie::Message::Tool
- Defined in:
- lib/rixie/message.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#tool_call_id ⇒ Object
readonly
Returns the value of attribute tool_call_id.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
8 9 10 |
# File 'lib/rixie/message.rb', line 8 def content @content end |
#tool_call_id ⇒ Object (readonly)
Returns the value of attribute tool_call_id
8 9 10 |
# File 'lib/rixie/message.rb', line 8 def tool_call_id @tool_call_id end |