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