1.0 Alpha 2
Pre-release
Pre-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 calledInputAdapter
(similar to how theOutputAdapter
is set up). #1433