dotnet/website/articles/Group-chat-overview.md
@AutoGen.Core.IGroupChat is a fundamental feature in AutoGen. It provides a way to organize multiple agents under the same context and work together to resolve a given task.
In AutoGen, there are two types of group chat:
[!NOTE] In @AutoGen.Core.GroupChat, when only the group admin is used to determine the next speaker agent, it's recommented to use a more powerful llm model, such as
gpt-4to ensure the best experience.