# ToolResponseMessage Tool response message ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | | `role` | [components.ToolResponseMessageRole](../components/toolresponsemessagerole.md) | :heavy_check_mark: | N/A | | | `content` | [components.ToolResponseMessageContent](../components/toolresponsemessagecontent.md) | :heavy_check_mark: | Tool response content | The weather in San Francisco is 72°F and sunny. | | `tool_call_id` | *str* | :heavy_check_mark: | ID of the assistant message tool call this message responds to | call_abc123 |