Rohan Mallya

Results 2 issues of Rohan Mallya

The examples in the documentation imported `EventFormatProvider` from `io.cloudevents.core.format.EventFormatProvider`. This has been corrected to `io.cloudevents.core.provider.EventFormatProvider`.

As I understand, there is a filter that filters repeated response [here](https://chatterbot.readthedocs.io/en/stable/filters.html?highlight=repeat#chatterbot.filters.get_recent_repeated_responses) and this is optional. But in the BestMatch Logical Adapter's [source](https://chatterbot.readthedocs.io/en/stable/_modules/chatterbot/logic/best_match.html#BestMatch), I can see that the `process()` function...