发布 1.1.19 版本:r0.1 分支补发 1.1.18 修复并对齐版本号 - #312
Merged
Merged
Conversation
问题:LLM调用流式输出被中断(如网络中断、模型业务错误、多轮中工具调用后再次调用被中断)时,上游 agent_run 和 runner 上报的 span 状态误报为成功、output 为空,已输出到一半的文本也随之丢失,监控侧只能下钻到 call_llm 才能看到 error_code。 解决方案:错误响应不再清空已流式的文本,span 标记为失败并保留中断前的输出内容(带 [INTERRUPTED] 标记);多轮场景在已有内容后追加中断;call_llm 的 span 也回填已流式内容。 (cherry picked from commit 35bfb48)
(cherry picked from commit fa1c016)
r0.1 分支补发 1.1.18 已包含的修复(LLM 流式中断 span 修复、CI 扩展包安装),版本号与 main 对齐
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.
r0.1 分支发版:
与 main 分支版本号对齐。