Class: Riffer::Messages::Assistant::ToolCall
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Messages::Assistant::ToolCall
- Defined in:
- lib/riffer/messages/assistant.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#call_id ⇒ Object
Returns the value of attribute call_id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
14 15 16 |
# File 'lib/riffer/messages/assistant.rb', line 14 def arguments @arguments end |
#call_id ⇒ Object
Returns the value of attribute call_id
14 15 16 |
# File 'lib/riffer/messages/assistant.rb', line 14 def call_id @call_id end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/riffer/messages/assistant.rb', line 14 def name @name end |