Files
msh-system/msh_single_uniapp/.fixes/in-progress/FIX-004/README.md
scottpan 4be53dcd1b feat: 集成 KieAI 服务,移除 models-integration 子项目
- 添加 Gemini 2.5 Flash 对话接口(流式+非流式)
- 添加 NanoBanana 图像生成/编辑接口
- 添加 Sora2 视频生成接口(文生视频、图生视频、去水印)
- 移除 models-integration 子项目(功能已迁移至主后端)
- 新增测试文档和 Playwright E2E 配置
- 更新前端页面和 API 接口
- 更新后端配置和日志处理
2026-03-03 15:33:50 +08:00

19 lines
435 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FIX-004: 多图合并为一轮对话
**状态: 进行中
**创建时间**: 2026-02-28
**优先级**: 中
**负责人**: msh-agent
---
## 问题描述
当前多图时每张单独一轮 Coze 对话AI 回复会一条条出现,且无法把"多图+一句说明"作为同一上下文。
---
## 修复方案
若 Coze 支持,一次 `additionalMessages` 里带多条(文本+多图),减少轮次、统一上下文。