a2aproject / a2aproject/a2a-dotnet
Add support for TaskArtifactUpdateEvents that use append = true
未关闭
bug
- 主要语言
- C#
- 星标
- 262
- 派生
- 64
- 平均合并
- 5 天 2 小时
- 30 天内合并 PR
- 31
描述
Currently the append = true property does not do anything. This event should not create a new artifact, but should update the last artifact and add a new part to the parts list.
贡献指南
调研方向
Look for TaskArtifactUpdateEvents in the codebase, likely in an events or artifacts namespace. Identify where artifacts are created and updated. The change involves modifying the update logic to handle the 'append = true' property by adding a new part to an existing artifact's parts list instead of creating a new one. Check existing tests for artifact events to understand the expected behavior and add new tests for the append functionality.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100