Files
log10py/docs/models/components/chatcompletionmessagetoolcall.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

2.2 KiB

ChatCompletionMessageToolCall

Fields

Field Type Required Description
id str ✔️ The ID of the tool call.
type components.ChatCompletionMessageToolCallType ✔️ The type of the tool. Currently, only function is supported.
function components.Function ✔️ The function that the model called.