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

# MessagesAdvisorToolResultBlock - Python SDK

> MessagesAdvisorToolResultBlock method reference

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

Advisor tool result from a prior assistant turn, replayed back to the model on the next turn. Mirrors the block Anthropic returns in assistant content when the `advisor_20260301` tool runs.

## Fields

| Field         | Type                                                                                                                             | Required             | Description |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `content`     | Dict\[str, *Nullable\[Any]*]                                                                                                     | :heavy\_check\_mark: | N/A         |
| `tool_use_id` | *str*                                                                                                                            | :heavy\_check\_mark: | N/A         |
| `type`        | [components.MessagesAdvisorToolResultBlockType](/client-sdks/python/api-reference/components/messagesadvisortoolresultblocktype) | :heavy\_check\_mark: | N/A         |
