Method: OpenApiOpenAIClient::FunctionObject#description
- Defined in:
- lib/openapi_openai/models/function_object.rb
#description ⇒ Object
A description of what the function does, used by the model to choose when and how to call the function.
19 20 21 |
# File 'lib/openapi_openai/models/function_object.rb', line 19 def description @description end |