a2aproject / a2aproject/a2a-dotnet
TaskManager.UpdateStatusAsync says Updates the status of a task and optionally adds a message to its history but no history is added to the task
- 主要言語
- C#
- スター
- 262
- フォーク
- 64
- 平均マージ
- 5日 2時間
- マージ済み PR(30日)
- 31
説明
The message sent when calling UpdateStatusAsync would get sent on the stream for those listening but it does not add the message to the history.
I have now accounted for that in my persistent ITaskStore when ITaskStore.UpdateStatusAsync is called but I don't want two messages to get added if this is a defect.
Should TaskManager.UpdateStatusAsync add the message passed to the history of the task?
コントリビューションガイド
調査の方向性
Look at the TaskManager.UpdateStatusAsync method to see how it currently updates task status and handles the optional message. Examine the ITaskStore.UpdateStatusAsync implementation to understand where history is added. Determine if the message should be added to the task's history within TaskManager or if the responsibility lies solely with the persistent store. Check for any existing tests related to task status updates and history to verify expected behavior.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp
- 領域
- backend-api-design
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 40/100