> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-7021d5f4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ChatToolMessage - Python SDK

> ChatToolMessage method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

Tool response message

## Fields

| Field          | Type                                                                                                     | Required             | Description                                                    | Example                                         |
| -------------- | -------------------------------------------------------------------------------------------------------- | -------------------- | -------------------------------------------------------------- | ----------------------------------------------- |
| `content`      | [components.ChatToolMessageContent](/client-sdks/python/api-reference/components/chattoolmessagecontent) | :heavy\_check\_mark: | Tool response content                                          | The weather in San Francisco is 72°F and sunny. |
| `role`         | [components.ChatToolMessageRole](/client-sdks/python/api-reference/components/chattoolmessagerole)       | :heavy\_check\_mark: | N/A                                                            |                                                 |
| `tool_call_id` | *str*                                                                                                    | :heavy\_check\_mark: | ID of the assistant message tool call this message responds to | call\_abc123                                    |
