Skip to content

Commit 3419a5e

Browse files
committed
Update agent_factory.py
1 parent 4c023bc commit 3419a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_agents/agent_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ async def create_all_agents(
325325

326326
# Phase 3: Create group chat manager with all agents including the planner
327327
group_chat_manager = await cls.create_agent(
328-
agent_type=group_chat_manager_type,
328+
agent_type=AgentType.GROUP_CHAT_MANAGER,
329329
session_id=session_id,
330330
user_id=user_id,
331331
temperature=temperature,

0 commit comments

Comments
 (0)