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
Doing this will enforce the use of sessions. The get_default and update_default methods were implemented to ensure backwards compatibility to versions of ChatterBot that were created before sessions were implemented. Removing these methods will also simplify the design of the session manager.
After deprecation is added, an issue should be created containing the following details:
When the methods will be removed (what version)
The text was updated successfully, but these errors were encountered:
Doing this will enforce the use of sessions. The
get_default
andupdate_default
methods were implemented to ensure backwards compatibility to versions of ChatterBot that were created before sessions were implemented. Removing these methods will also simplify the design of the session manager.The text was updated successfully, but these errors were encountered: