Files
log10ts/docs/models/components/chatcompletionrequesttoolmessage.md
2024-05-24 17:16:47 -07:00

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. |