Closed
Description
Describe the bug
I often encounter issues when using group chats
"Sequence contains no matching element"
Steps to reproduce
var groupChat = new GroupChat(
admin: admin,
members: agentList.ToArray()
);
userProxyAgent.SendIntroduction("Our group chat is about to start", groupChat);
groupChatManager = new GroupChatManager(groupChat);
var conversationHistory = await userProxyAgent.InitiateChatAsync(
receiver: groupChatManager,
message: msg,
maxRound: 30);
This is my code, I used 2 custom GPTAgents, a UserProxyAgent as my input, and an Admin's GPTAgent
This error often occurs when starting a group chat:
Sequence contains no matching element
It seems to have happened earlier, and I'm not sure what logic is contained inside
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response