-
feat(translator): improve Claude request handling with enhanced content processing
发布于
2025-10-14 15:58:37 +00:00 - Introduced helper functions (
appendTextContent,appendImageContent, etc.) for structured content construction. - Refactored message generation logic for better clarity, supporting mixed content scenarios (text, images, and function calls).
- Added
flushMessageto ensure proper grouping of message contents.
下载附件
- Introduced helper functions (