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

2.2 KiB

ChatCompletionMessageToolCall

Fields

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