mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 10:26:09 +00:00
- Revised the reasoning support indicators in the Mistral model documentation for clarity. - Improved the `_add_reasoning_system_prompt_if_needed` method to handle both string and list content types for system messages, ensuring the reasoning prompt is correctly prepended. - Added a new test case to verify the functionality of adding the reasoning system prompt when the existing content is a list.