mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 04:20:12 +00:00
2.2 KiB
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. |