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

Ouverte
#117 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
blocked
Langage dominant
C#
Étoiles
262
Forks
64
Merge moyen
5 j 2 h
PR mergées (30 j)
31

Description

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?

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
csharp
Domaine
backend-api-design
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Clairement spécifiée
Accessibilité débutants
40/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.