Skip to content

Commit d211772

Browse files
Update src/a2a/server/tasks/task_updater.py
Co-authored-by: Holt Skinner <[email protected]>
1 parent a49f2a5 commit d211772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/tasks/task_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async def add_artifact( # noqa: PLR0913
9898
metadata=metadata,
9999
),
100100
append=append,
101-
last_chunk=last_chunk
101+
lastChunk=last_chunk
102102
)
103103
)
104104

0 commit comments

Comments
 (0)