feat(adapter): 添加 CozeCN V3 流式响应的思考内容支持 && 修复响应为空时的报错#117
Open
nreg wants to merge 1 commit intofruitbars:mainfrom
Open
feat(adapter): 添加 CozeCN V3 流式响应的思考内容支持 && 修复响应为空时的报错#117nreg wants to merge 1 commit intofruitbars:mainfrom
nreg wants to merge 1 commit intofruitbars:mainfrom
Conversation
nreg
commented
Apr 11, 2026
- 在 ResponseDelta 结构中新增 ReasoningContent 字段用于存储思考内容
- 实现了对 Coze 工作流模式思考过程的支持和兼容处理
- 修复了角色判断逻辑,当响应内容为空时默认设置为 assistant 角色
- 统一了思考内容的字段映射,兼容 reasoning_content 和 thinking 字段
- 重构了 delta 构建逻辑以支持独立的 ReasoningContent 字段处理
- 图片:查看修复前后对比
- 在 ResponseDelta 结构中新增 ReasoningContent 字段用于存储思考内容 - 实现了对 Coze 工作流模式思考过程的支持和兼容处理 - 修复了角色判断逻辑,当响应内容为空时默认设置为 assistant 角色 - 统一了思考内容的字段映射,兼容 reasoning_content 和 thinking 字段 - 重构了 delta 构建逻辑以支持独立的 ReasoningContent 字段处理
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.