### Initial Checks - [x] I confirm that I'm using the latest version of Pydantic AI - [x] I confirm that I searched for my issue in https://github.com/pydantic/pydantic-ai/issues before opening this issue ### Description When using thinking mistral models, like "magistral-small-latest", pydantic crashes with: ``` AssertionError: Other data types like (Image, Reference) are not yet supported, got <class 'mistralai.models.thinkchunk.ThinkChunk'> ``` ### Example Code ```Python ``` ### Python, Pydantic AI & LLM client version ```Text Python 3.12.11 Pydantic 0.8.0 ```