Skip to content

0.4.13

Compare
Choose a tag to compare
@gunthercox gunthercox released this 19 Nov 13:40
· 1099 commits to master since this release

Features

  • Add support for integration with the Microsoft Bot Framework [https://github.com//pull/381]
    • (A huge thanks to @vkosuri for working to add support for integration with Microsoft's Bot Framework).
  • Add Django management command to train chat bot [https://github.com//pull/401]
  • Add a logic adapter to return a specific response to a specific input. [https://github.com//pull/409]
  • Add a logic adapter to return a default response when no good response is known [https://github.com//pull/409]
  • Remove dependency on fuzzywuzzy [https://github.com//pull/410]

Bug fixes

  • Fix adapter issue with unicode literals [https://github.com//pull/411]