Skip to content

Commit 27e2874

Browse files
authored
chore: Update Specification Types 🤖 (#149)
1 parent d5e0cac commit 27e2874

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/a2a/types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,10 @@ class PushNotificationConfig(BaseModel):
583583
"""
584584

585585
authentication: PushNotificationAuthenticationInfo | None = None
586+
id: str | None = None
587+
"""
588+
Push Notification ID - created by server to support multiple callbacks
589+
"""
586590
token: str | None = None
587591
"""
588592
Token unique to this task/session.

0 commit comments

Comments
 (0)