mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 12:37:50 +00:00
590 B
590 B
ChatCompletionFunctionCallOption
Specifying a particular function via {"name": "my_function"} forces the model to call that function.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
str | ✔️ | The name of the function to call. |