mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
10 lines
2.3 KiB
Markdown
10 lines
2.3 KiB
Markdown
# ChatCompletionRequestToolMessage
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
|
|
| `role` | [components.ChatCompletionRequestToolMessageRole](../../models/components/chatcompletionrequesttoolmessagerole.md) | :heavy_check_mark: | The role of the messages author, in this case `tool`. |
|
|
| `content` | *string* | :heavy_check_mark: | The contents of the tool message. |
|
|
| `toolCallId` | *string* | :heavy_check_mark: | Tool call that this message is responding to. | |