mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Added handling for `input_image` in `toolOutputContentPart` and updated related parsing logic. - Introduced `hasToolOutputImagePart` to check content for image-related types. - Improved `setToolCallOutputContent` to handle structured content with image parts recursively. - Refined detail extraction and type mapping for `input_image` and `image_url` cases. Closes: #4458