Swaroop Shubhakrishna

Results 2 issues of Swaroop Shubhakrishna

The simple JWT [document](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/customizing_token_claims.html) says we can customize token claims from `TokenObtainPairSerializer` -> `get_token` class method. However, if we customize the token according to the above document and enable the...

Need an option to enrich the Statement class. I.e. option to add additional fields. https://github.com/gunthercox/ChatterBot/blob/3eccceddd2a14eccaaeff12df7fa68513a464a00/chatterbot/conversation.py#L24 https://github.com/gunthercox/ChatterBot/blob/3eccceddd2a14eccaaeff12df7fa68513a464a00/chatterbot/conversation.py#L48 I think slot need to be removed and serialize need to be as_dict (rather...