# 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` | *str* | :heavy_check_mark: | The contents of the tool message. | | `tool_call_id` | *str* | :heavy_check_mark: | Tool call that this message is responding to. |