Skip to main content

JAICP updates in July 2024

New

  • Slot filling interruption by timeout.

Docs

  • Updated description of the bind function.

Slot filling interruption by timeout

Now you can configure the slot filling interruption by timeout. If the client does not respond to the bot’s clarifying question within the specified time, the slot filling is interrupted.

To configure the interruption, specify the parameters in chatbot.yaml:

injector:
slotfilling:
stopOnTimeout: true
stopOnTimeoutValue: 3600

Updated description of bind function

We added a description of the allowedInContextSwitch argument, which allows you to control the execution of handlers during context switch.