diff --git a/ui-kit/react/v6/ai-assistant-chat.mdx b/ui-kit/react/v6/ai-assistant-chat.mdx index 0890b1e67..6b6803409 100644 --- a/ui-kit/react/v6/ai-assistant-chat.mdx +++ b/ui-kit/react/v6/ai-assistant-chat.mdx @@ -54,10 +54,6 @@ description: "Composite AI agent chat with streaming responses, quick suggestion `CometChatAIAssistantChat` is a standalone AI chat panel. It composes an internal message header, message list, and message composer into a self-contained AI conversation experience. It requires a `CometChat.User` representing the AI agent. - -**1:1 conversations only.** AI Agents currently respond only in one-on-one conversations between an end user and the agent user. They do not respond to messages sent in groups, even if the agent user is added as a member or owner. Group support is on the roadmap — share your use case on [feedback.cometchat.com](https://feedback.cometchat.com). - - ```tsx lines import { useState, useEffect } from "react"; import { CometChat } from "@cometchat/chat-sdk-javascript";