Files
log10py/docs/models/components/chatcompletionnamedtoolchoice.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -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