Feat/practice #5
Merged
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.
PR 描述
说明
本次 PR 针对代码仓库进行了多个改动与优化,涉及功能升级、问题修复及代码维护等,主要集中在
@cozeloop/ai
模块及相关子模块,同时包含工具链的版本升级。具体改动如下:功能改进
Rush 工具升级:
rush
版本从旧版本升级到5.150.0
(commit:6c46d3f
和fe84a4a
),提升了项目管理工具的稳定性和功能支持。新增功能 - Cozeloop AI:
cozeloop conversion protocol
,支持处理 Baggage Fields 的转换逻辑(commit:1a43474
)。5c97b47
)。duration_micros
的时间处理改动(commit:cb513c2
)。cozeloop-ai-node-example
模块中,新增跨服务拼接 Demo 案例,支持更复杂场景的协议处理(commit:8d84ba0
和28eb447
)。版本更新:
0.0.4-beta.3
(commit:d3b13af
)。此前包含0.0.4-beta.2
的基础功能优化(commit:97a5ab4
)。问题修复
5dfe41f
)。3b503b5
)。c7361b0
)。代码维护
单元测试:
Prompt
相关功能模块添加了单元测试,保证代码的稳定性及可用性(commit:5529ca3
)。代码调整:
@cozeloop/ai
模块的部分代码细节进行了调整和优化(commit:6b21aef
)。Demo 示例更新:
@cozeloop/ai-node-example
提供了改进的 Trace Demo 示例(commit:fda0441
)。其他
bug report issue tpl
(commit:e30d324
)。改动影响
请相关人员审阅并合并以上改动!