Files
log10go/docs/models/components/chatcompletionrequesttoolmessage.md
2024-05-24 18:29:28 -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. |