Release 2.1.0
The following new features are added:
- Adds logging that is conform with the XES standard. These logs can be used to apply process mining for bots
- Able to enhance messages using OpenAI by using the personalize function of the OpenAI wrapper service https://github.com/rwth-acis/las2peer-openai-service #193
- Bot actions can trigger another bot action, meaning the text response from the first bot action can be passed to the second bot action. For example, a response from a bot action can be passed to the personalize function of the OpenAI wrapper service. #208
- Bot actions can lead to an incoming message so that if a request fails the state is not automatically advanced and errors can be handled appropriately. rwth-acis/Social-Bot-Framework#101
What's Changed
- Ma lakhoune by @lakhoune in #209
- Sequentialprocess by @samuelvkwong in #216
- fix merge conflicts from release/1.7.0 by @samuelvkwong in #217
- bot parser added missing trigger from ba to ba, also added missing bo… by @samuelvkwong in #218
- added all leadsTo messages to the followup messages of an incoming me… by @samuelvkwong in #219
- remove log messages and remove conditional branch from setContextToBasic by @samuelvkwong in #221
- remove more log messages by @samuelvkwong in #222
- resolve request changes for release 1.7 by @samuelvkwong in #224
- Openai simple request by @samuelvkwong in #214
- Sequentialprocess by @samuelvkwong in #225
- Releases/2.1.0 by @lakhoune in #215
Full Changelog: v2.0.2...2.1.0