We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb4731 commit d9456caCopy full SHA for d9456ca
1 file changed
src/a2a/utils/proto_utils.py
@@ -203,6 +203,7 @@ def task(cls, task: types.Task) -> a2a_pb2.Task:
203
if task.history
204
else None
205
),
206
+ metadata=cls.metadata(task.metadata),
207
)
208
209
@classmethod
0 commit comments