Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If `.process()` in your custom Logic Adapter returns a tuple with `(confidence, return_statement)`, like currently described in the docs, then running the bot gives an error: ``` AttributeError: 'tuple' object has no attribute 'text' chatterbot ``` This was addressed also in #1208 and it's probably worth to update the docs to reflect that `.confidence` is an attribute on a `Statement()`.
- Loading branch information