Files
log10go/docs/models/components/chatcompletionmessagetoolcall.md
2024-05-24 18:29:28 -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.Function ✔️ The function that the model called.