mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
2.3 KiB
2.3 KiB
ChatCompletionRequestToolMessage
Fields
| Field | Type | Required | Description |
|---|---|---|---|
role |
components.ChatCompletionRequestToolMessageRole | ✔️ | The role of the messages author, in this case tool. |
content |
string | ✔️ | The contents of the tool message. |
toolCallId |
string | ✔️ | Tool call that this message is responding to. |