Class: Braintrust::Models::ChatCompletionMessageToolCall
- Defined in:
- lib/braintrust/models/chat_completion_message_tool_call.rb
Defined Under Namespace
Instance Attribute Summary collapse
- #function ⇒ Braintrust::Models::ChatCompletionMessageToolCall::Function
- #id ⇒ String
-
#type ⇒ Symbol
One of the constants defined in Type.
Method Summary
Methods inherited from BaseModel
#[], #initialize, #inspect, #to_h, #to_s
Constructor Details
This class inherits a constructor from Braintrust::BaseModel
Instance Attribute Details
#function ⇒ Braintrust::Models::ChatCompletionMessageToolCall::Function
12 |
# File 'lib/braintrust/models/chat_completion_message_tool_call.rb', line 12 required :function, -> { Braintrust::Models::ChatCompletionMessageToolCall::Function } |
#id ⇒ String
8 |
# File 'lib/braintrust/models/chat_completion_message_tool_call.rb', line 8 required :id, String |
#type ⇒ Symbol
One of the constants defined in Type
17 |
# File 'lib/braintrust/models/chat_completion_message_tool_call.rb', line 17 required :type, enum: -> { Braintrust::Models::ChatCompletionMessageToolCall::Type } |