Method: OpenAI::Models::Chat::ChatCompletionMessage#tool_calls
- Defined in:
- lib/openai/models/chat/chat_completion_message.rb
#tool_calls ⇒ Array<OpenAI::Models::Chat::ChatCompletionMessageToolCall>?
The tool calls generated by the model, such as function calls.
60 61 62 63 |
# File 'lib/openai/models/chat/chat_completion_message.rb', line 60 optional :tool_calls, -> { OpenAI::Internal::Type::ArrayOf[OpenAI::Chat::ChatCompletionMessageToolCall] } |