Files
log10ts/docs/models/components/chatcompletionnamedtoolchoice.md
2024-05-24 17:16:47 -07:00

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