We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c212508 commit 136ae79Copy full SHA for 136ae79
src/a2a/server/tasks/task_updater.py
@@ -58,6 +58,7 @@ async def update_status(
58
message: An optional message associated with the status update.
59
final: If True, indicates this is the final status update for the task.
60
timestamp: Optional ISO 8601 datetime string. Defaults to current time.
61
+ metadata: Optional metadata for extensions.
62
"""
63
async with self._lock:
64
if self._terminal_state_reached:
0 commit comments