fix: chinese name export (#4890)

* fix: chinese name export

* fix: xlsx white space

* doc

* doc
This commit is contained in:
Archer
2025-05-25 21:19:29 +08:00
committed by GitHub
parent 1dea2b71b4
commit 874300a56a
5 changed files with 12 additions and 9 deletions

View File

@@ -30,4 +30,5 @@ weight: 790
2. 流响应捕获 finish_reason 可能不正确。
3. 工具调用模式,未保存思考输出。
4. 知识库 indexSize 参数未生效。
5. 工作流嵌套 2 层后,获取预览引用、上下文不正确。
5. 工作流嵌套 2 层后,获取预览引用、上下文不正确。
6. xlsx 转成 Markdown 时候,前面会多出一个空格。