From 0870c548956a0ff7ea89ebfbf40957b6b26aa129 Mon Sep 17 00:00:00 2001 From: shagun-cometchat Date: Tue, 7 Jul 2026 17:48:14 +0530 Subject: [PATCH] add note in ai assistane chat for agent in group --- ui-kit/react/components/ai-assistant-chat.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui-kit/react/components/ai-assistant-chat.mdx b/ui-kit/react/components/ai-assistant-chat.mdx index 090a1c8ec..ed52d939e 100644 --- a/ui-kit/react/components/ai-assistant-chat.mdx +++ b/ui-kit/react/components/ai-assistant-chat.mdx @@ -92,6 +92,11 @@ description: "AI agent chat interface with streaming responses, suggested messag ## Overview `CometChatAIAssistantChat` is an AI agent chat interface. It renders a full chat experience with streaming responses, suggested message pills, tool calling support, and a conversation history sidebar. Pass a `CometChat.User` representing the AI assistant and the component handles the rest — message threading, streaming display, and composer integration. + + +**1:1 and group conversations.** AI Agents work in both one-on-one and group conversations. In a 1:1 chat, the end user talks directly with the agent user. In a group, the agent participates as a member — its messages (including cards) are delivered and attributed like any other member's message. If the group contains only one user and one agent, the agent responds automatically. In groups with more than two members, the agent only responds when @mentioned. + + **Live Preview** — interact with the default AI assistant chat.