# translate_content

> **Function** in `langchain_mistralai`

📖 [View in docs](https://reference.langchain.com/python/langchain-mistralai/_compat/translate_content)

Derive standard content blocks from a message with mistral content.

## Signature

```python
translate_content(
    message: AIMessage,
) -> list[types.ContentBlock]
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/9f232caa7a8fe1ca042a401942d5d90d54ceb1a6/libs/partners/mistralai/langchain_mistralai/_compat.py#L115)