Skip to content

Commit d9456ca

Browse files
committed
fix: add metadata to task in proto_utils.py
1 parent fdb4731 commit d9456ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/a2a/utils/proto_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def task(cls, task: types.Task) -> a2a_pb2.Task:
203203
if task.history
204204
else None
205205
),
206+
metadata=cls.metadata(task.metadata),
206207
)
207208

208209
@classmethod

0 commit comments

Comments
 (0)