Class: Riffer::Messages::Assistant::ToolCall
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Messages::Assistant::ToolCall
- Defined in:
- lib/riffer/messages/assistant.rb,
sig/generated/riffer/messages/assistant.rbs
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.
Class Method Summary collapse
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
7 8 9 |
# File 'lib/riffer/messages/assistant.rb', line 7 def arguments @arguments end |
#call_id ⇒ Object
Returns the value of attribute call_id
7 8 9 |
# File 'lib/riffer/messages/assistant.rb', line 7 def call_id @call_id end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/riffer/messages/assistant.rb', line 7 def name @name end |
Class Method Details
.new(call_id, name, arguments) ⇒ instance .new(call_id:, name:, arguments:) ⇒ instance
13 14 |
# File 'sig/generated/riffer/messages/assistant.rbs', line 13
def self.new: (?untyped call_id, ?untyped name, ?untyped arguments) -> instance
| (?call_id: untyped, ?name: untyped, ?arguments: untyped) -> instance
|