Skip to content

Commit 9dda0b7

Browse files
committed
Revert change to proto_utils
1 parent fcdf535 commit 9dda0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/utils/proto_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def task_query_params(
767767
if request.history_length
768768
else None,
769769
id=m.group(1),
770-
metadata=request.metadata,
770+
metadata=None,
771771
)
772772

773773
@classmethod

0 commit comments

Comments
 (0)