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
When a queued message is processed in the SDK, there is no system message returned indicating the queued message was processed.
This leaves clients unable to know if and when a queued message was received by the model.
Proposed Solution
Return a system message indicating that a queued message was received by the model. This could be a new type, something like this appended to the SDKMessage type union: