From eaf82cd127e6c29a469b36c89c623f8ac4c57b88 Mon Sep 17 00:00:00 2001 From: a2a-bot Date: Thu, 31 Jul 2025 15:00:18 +0000 Subject: [PATCH] Update to specification from 8d57eba286de756176892518a8fc39b0ac2ccefb --- src/a2a/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/a2a/types.py b/src/a2a/types.py index 95bc367c..63db5e66 100644 --- a/src/a2a/types.py +++ b/src/a2a/types.py @@ -830,7 +830,7 @@ class PushNotificationConfig(A2ABaseModel): """ id: str | None = None """ - A unique ID for the push notification configuration, created by the server + A unique ID for the push notification configuration, set by the client to support multiple notification callbacks. """ token: str | None = None