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
Most of them were removed already. An important thing to improve is to create a custom exception tree so that we can discriminate between unexpected exceptions that are unrecoverable from the ones resolvable with a user retry.
For example, when we change models and a user has a conversation state with the old model, the entire bot will break. We should check in the error handler if it is such a case and cleanup the conversation state.
As of now exceptions are thrown with messages that are pulled up to user level
The text was updated successfully, but these errors were encountered: