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