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
- Add `eq` operator for NLU score comparison
- Replaced old `eq` operator behaviour with `is`
- Don’t overwrite manually loaded middleware/adapters
- Remove dotenv from scripts, handled internally
- Update dependencies
- Add full typing for package json
- Make emoji data available to require
- Thought now uses copy of listeners (not reference)
- Fix state respond method
- Fix shell adapter double logging bug
- Fix shell adapter not rendering consecutive messages
- Fix NLU score matching operations
- Update Rocket.Chat demo with current usage
- Fix adapter path loading when sub-module
- Fix thought to understand if listeners forced
- Add regression tests for bugs found in production
- Closes#53
Test that states within subsequent listeners is isolated.
I think it's inheriting changes from the last processed listener.
See https://github.com/Amazebot/bbot/blob/master/src/lib/thought-process.spec.ts
The text was updated successfully, but these errors were encountered: