Table of Contents

How to add a chatbot to your cluster

To add a chatbot to your cluster, you need to create a new agent in Neos Studio. This agent will be used to interact with the chatbot. The Visible property of the agent must be set to true to be used in the chatbot.

Then you need to add a chatbot component to your UI view. The chatbot component will use the agent you created to interact with the chatbot, see chatbot component documentation.

Duration of retention of conversations in the distributed cache

The conversations are stored in the distributed cache for a certain period of time in order to manage sharing of conversion between multiple backend replicas . The default duration is 12 hours. You can change this duration by adding the following configuration in your cluster Yaml file:

AI:
  Chatbot:
    TimeToLiveInMinutes: 1440