You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/streaming-and-async.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ For very long-running tasks (for example, lasting minutes, hours, or even days)
47
47
The following key features detail how push notifications are implemented and managed within the A2A protocol:
48
48
49
49
-**Server Capability:** The A2A Server must indicate its support for this feature by setting `capabilities.pushNotifications: true` in its Agent Card.
50
-
-**Configuration:** The client provides a [`TaskPushNotificationConfig`](../specification.md#431-taskpushnotificationconfig) to the server. This configuration is supplied:
50
+
-**Configuration:** The client provides a [`TaskPushNotificationConfig`](../specification.md#TaskPushNotificationConfig) to the server. This configuration is supplied:
51
51
- Within the initial `SendMessage` or `SendStreamingMessage` request, or
52
52
- Separately, using the `CreateTaskPushNotificationConfig` RPC method for an existing task.
53
53
The `TaskPushNotificationConfig` includes a `url` (the HTTPS webhook URL), an optional `token` (for client-side validation), and optional `authentication` details (for the A2A Server to authenticate to the webhook).
0 commit comments