mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-09 17:42:08 +08:00
- Added logic to parse and normalize structured tool outputs, including text and image content. - Introduced `setFunctionCallOutputContent` and related helper methods for consistent response processing. - Enhanced handling of image details with normalization (`normalizeChatImageDetail`) and fallback mechanisms. - Updated tests to cover various tool output scenarios, ensuring robustness and accuracy in conversions. Closes: #4699