Method: OpenAI::Models::Chat::ChatCompletionAssistantMessageParam::FunctionCall#name
- Defined in:
- lib/openai/models/chat/chat_completion_assistant_message_param.rb
#name ⇒ String
The name of the function to call.
159 |
# File 'lib/openai/models/chat/chat_completion_assistant_message_param.rb', line 159 required :name, String |