Skip to content

Commit 136ae79

Browse files
committed
Add docstring
1 parent c212508 commit 136ae79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/a2a/server/tasks/task_updater.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ async def update_status(
5858
message: An optional message associated with the status update.
5959
final: If True, indicates this is the final status update for the task.
6060
timestamp: Optional ISO 8601 datetime string. Defaults to current time.
61+
metadata: Optional metadata for extensions.
6162
"""
6263
async with self._lock:
6364
if self._terminal_state_reached:

0 commit comments

Comments
 (0)