Skip to main content
Version: 2025.6

ChatBot

ChatBotPlaceholder

Prefab that works as an AI agent inside the environment.

It appears as white panel when dragged into the scene, but the avatar can be added using one of the available avatar templates:

  • Tbot: small robot.
  • ChatbotAvatarMale: young man.
  • ChatbotAvatarFemale: young woman.

These templates are ready to use and can be added to the hieararchy, under the "Avatar" game object

ComponentList The chatbot will speak to the user when interacted with. It's possible to set a mood and behaviour on how the chatbot can answer the user by modifying the instrutions field in the "Chat Bot Placeholder" script component ComponentList

Note

Follow the instructions written in the script component to customize the chatbot the right way

ChatBot with RAG support

ReflectisChatBotPlaceholder

If you want to use a chatbot powered with RAG, use the ReflectisChatBotPlaceholder placeholder instead of the ChatBotPlaceholder one.

ComponentList

The setup of the chatbot is basically the same as the non-RAG one, but you have to specify which agent to use (agents are created and configured in the Reflectis IA back office section).