OpenAI::ChatCompletionFunctionCallOption
Inherits JSON::Serializable < Reference < Object
Specifying a particular function via {"name": "my_function"} forces the model to call that function.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source