What happened?
This HTTP Header is used in the Push Notification Setup and Usage section without much context.
From the example, it seems obvious that it corresponds to the configuration.pushNotificationConfig.token sent by the user with the message but it might be worth calling out.
I also wonder if this header should be named X-A2A-Notification-Token or A2A-Notification-Token.
I am working on updating the other HTTP headers names for the Java SDK (a2aproject/a2a-java#709) and it seem inconsistent that this one continues to use the X-.
Could you confirm if the current name is still correct? thanks
Relevant log output
Code of Conduct
What happened?
This HTTP Header is used in the Push Notification Setup and Usage section without much context.
From the example, it seems obvious that it corresponds to the
configuration.pushNotificationConfig.tokensent by the user with the message but it might be worth calling out.I also wonder if this header should be named
X-A2A-Notification-TokenorA2A-Notification-Token.I am working on updating the other HTTP headers names for the Java SDK (a2aproject/a2a-java#709) and it seem inconsistent that this one continues to use the
X-.Could you confirm if the current name is still correct? thanks
Relevant log output
Code of Conduct