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
Offen
blocked
- Vorherrschende Sprache
- C#
- Sterne
- 262
- Forks
- 64
- Ø Merge
- 5 T. 2 Std.
- Gemergte PRs (30 T.)
- 31
Beschreibung
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?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.