mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 23:08:07 +00:00
bee41c1961
- 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.