mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-07 20:47:49 +00:00
11 lines
590 B
Markdown
11 lines
590 B
Markdown
# ChatCompletionFunctionCallOption
|
|
|
|
Specifying a particular function via `{"name": "my_function"}` forces the model to call that function.
|
|
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
|
|
| `name` | *string* | :heavy_check_mark: | The name of the function to call. | |