mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
2.0 KiB
2.0 KiB
ChatCompletionNamedToolChoice
Specifies a tool the model should use. Use to force the model to call a specific function.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type |
components.ChatCompletionNamedToolChoiceType | ✔️ | The type of the tool. Currently, only function is supported. |
function |
components.ChatCompletionNamedToolChoiceFunction | ✔️ | N/A |