mirror of
https://github.com/LukeHagar/log10py.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 |
str | ✔️ | The contents of the tool message. |
tool_call_id |
str | ✔️ | Tool call that this message is responding to. |