Skip to content

Commit 6c0f9ee

Browse files
Update group_chat_manager.py
1 parent a5ca5dd commit 6c0f9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_agents/group_chat_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async def create(
110110
# Add agent definition explicitly and remove duplicate keys
111111
kwargs["definition"] = agent_definition
112112

113-
# Remove duplicate keys to avoid "multiple values" errors
113+
# Remove duplicate keys to avoid "multiple values" errors
114114
for key in ["agent_name", "session_id", "user_id", "memory_store", "tools", "system_message",
115115
"agent_tools_list", "agent_instances", "client"]:
116116
if key not in kwargs:

0 commit comments

Comments
 (0)