> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.oai.anthropic.process_message_content

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### process\_message\_content

```python theme={null}
process_message_content(message: dict[str, Any]) -> str | list[dict[str, Any]]
```

Process message content, handling both string and list formats with images.

<b>Parameters:</b>

| Name      | Description               |
| --------- | ------------------------- |
| `message` | **Type:** dict\[str, Any] |

<br />
