Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/a2a/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading