Method: OpenAI::Models::Chat::ChatCompletionMessageToolCall::Function#name
- Defined in:
- lib/openai/models/chat/chat_completion_message_tool_call.rb
#name ⇒ String
The name of the function to call.
53 |
# File 'lib/openai/models/chat/chat_completion_message_tool_call.rb', line 53 required :name, String |