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
A common request is that a developer wants to add an additional field to one of the database models. To easily allow this and also to encourage loose coupling of ChatterBot with its database models, changes should be made so that it is possible to specify the model classes that a chat bot should use.
Django models
SQL Alchemy models
Python object models
Remove the extra_data field in a future pull request because this is a way better method to facilitate adding custom fields.
A common request is that a developer wants to add an additional field to one of the database models. To easily allow this and also to encourage loose coupling of ChatterBot with its database models, changes should be made so that it is possible to specify the model classes that a chat bot should use.
extra_data
field in a future pull request because this is a way better method to facilitate adding custom fields.The text was updated successfully, but these errors were encountered: