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
{{ message }}
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
Update request/response object to include notification information to help the router determine if a request is in reaction to a notification.
For example, if the notification is "Alert: Someone just entered the building!" and the next request is "Who?" the request should be routed to the Agent that sent the notification. But if the notification is "Alert: Someone just entered the building!" and the next request is "What is the score of the Patriots game?" the request should not be routed to the Agent that sent the notification.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Update request/response object to include notification information to help the router determine if a request is in reaction to a notification.
For example, if the notification is "Alert: Someone just entered the building!" and the next request is "Who?" the request should be routed to the Agent that sent the notification. But if the notification is "Alert: Someone just entered the building!" and the next request is "What is the score of the Patriots game?" the request should not be routed to the Agent that sent the notification.
The text was updated successfully, but these errors were encountered: