Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@lakhoune lakhoune released this 14 Oct 17:14
· 161 commits to master since this release
0b28d47

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

Full Changelog: v2.0.2...2.1.0