Skip to content

Commit 60c894e

Browse files
Remove description and instructions from MagenticManager ChatAgent initialization
1 parent bb5331e commit 60c894e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/backend/v4/orchestration/orchestration_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ async def init_orchestration(
144144
manager_agent = ChatAgent(
145145
chat_client=chat_client,
146146
name="MagenticManager",
147-
description="Orchestrator that coordinates the team to complete complex tasks efficiently.",
148-
instructions="You coordinate a team to complete complex tasks efficiently.",
149147
default_options={"store": False}, # Client-managed conversation to avoid stale tool call IDs across rounds
150148
)
151149

0 commit comments

Comments
 (0)