Skip to content

1.0 Alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gunthercox gunthercox released this 03 Oct 11:13
· 233 commits to master since this release

Bug fixes

  • Implement skipped comparison tests (fix issues found as a result) #1436

Features

  • Add tests for filtering statements by their tags #1191
  • Add a common module for code shared between input and output adapters #1425
  • Add a persona filed to statements to track the speaker #1431

Backwards incompatible changes

  • Use the ChatBot logger when training #1424
  • Remove the set_chatbot method from input adapters, output adapters, and logic adapters #1427
  • The Statement object no longer accepts a text string as a positional argument, instead it should be passed in as a named argument e.g. Statement(text='example'). #1433
  • The get_response( methods now can accept kwargs for an input item, for example: get_response('Hello', conversation='greetings'). #1433
  • The VariableInputTypeAdapter is now just called InputAdapter (similar to how the OutputAdapter is set up). #1433