Releases: just-ai/jaicf-kotlin
Releases · just-ai/jaicf-kotlin
0.8.0
- Step Up algorithm rollback
- JAICP integration enhancement
- Gradle plugin for JAICP Cloud
0.7.1
0.7.0
- States matching algorithm improvement
- Activation selector abstraction
- Conversation logging with obfuscation feature
- JAICP Cloud integration
- Adding CatchAllActivator implicitly
- anyIntent and anyEvent activators instead of skippedActivators in fallback
- Regex activator fix and improvements
- Action error hook improvement
- Alexa Conversations support
0.6.1
0.6.0
Release 0.6.0
This release is focused on bringing Slot Filling feature to JAICF, also bringing improvements to CailaIntentActivator.
Slot Filling
The goal of Slot Filling is to identify from a running dialog different slots, which correspond to different parameters of the user’s query. This release will let Activator implementations (such as CAILA, Dialogflow, Rasa and others) process Slot Filling for user query, also bringing first implementation of Slot Filling in CAILA.
CailaIntentActivator
CailaIntentActivator improvements:
- Refined intent activation logic, with nBest intents and context-aware state selection.
- More NLU Information will be sent to scenario: entities, markup, other inference variants.