litellm/tests/test_litellm/llms/mistral
Ahmed N 691c7fd4d6
fix(anthropic_messages): make tool_result images visible to OpenAI-compatible providers (#34462)
Images nested inside an Anthropic `tool_result` block were dropped when the
request was adapted for an OpenAI-compatible provider, because the OpenAI tool
message shape only carried text. Hoist those images out of the tool result and
into a following user message so the model can still see them, and widen the
tool message content type to accept image parts.
2026-08-14 17:47:38 -07:00
..
audio_transcription style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
ocr feat(mistral): add mistral/mistral-ocr-2512 (OCR 3) to cost map (#31463) 2026-06-26 10:29:07 -07:00
__init__.py Litellm ishaan march 20 (#24303) 2026-03-21 12:40:11 -07:00
test_mistral_chat_transformation.py fix(anthropic_messages): make tool_result images visible to OpenAI-compatible providers (#34462) 2026-08-14 17:47:38 -07:00
test_mistral_completion.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00