Files
log10go/docs/models/components/chatcompletionnamedtoolchoice.md
2024-05-24 18:29:28 -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