-
feat(translator): enhance OpenAI Gemini request handling for mixed content
发布于
2025-10-12 18:15:55 +00:00 - Replaced
contentPartswithaggregatedPartsto support mixed content (text and inline data). - Introduced
textBuilderfor efficient text concatenation. - Added support for inline data processing, including base64-encoded image URLs.
- Updated
msg["content"]logic to handle both plain text and mixed content scenarios.
下载附件
- Replaced