fix: stream response (#4853)

This commit is contained in:
Archer
2025-05-21 10:21:20 +08:00
committed by GitHub
parent aa55f059d4
commit dd3c251603
6 changed files with 342 additions and 313 deletions

View File

@@ -19,4 +19,6 @@ weight: 790
## 🐛 修复
1. 全文检索多知识库时排序得分排序不正确
1. 全文检索多知识库时排序得分排序不正确
2. 流响应捕获 finish_reason 可能不正确。
3. 工具调用模式,未保存思考输出。