The Dystr Chat interface provides an interactive way to interact with Chat Assistants within your workspace. It's a request-response mechanism, allowing you to pose prompts and receive immediate results. This is in contrast to the Worker interface, which allows you to create AI agents that can perform tasks in the background.
The chat utilizes Large Language Models (LLMs) to understand your commands and then dispatches appropriate tasks to the relevant AI agents within your workspace's sandbox. The responses are then displayed directly within the chat, creating a seamless and intuitive user experience.
Chat is an interface to the underlying Assistant system. For more information on how assistants work, see the Assistants page.