We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5331e commit 60c894eCopy full SHA for 60c894e
1 file changed
src/backend/v4/orchestration/orchestration_manager.py
@@ -144,8 +144,6 @@ async def init_orchestration(
144
manager_agent = ChatAgent(
145
chat_client=chat_client,
146
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.",
149
default_options={"store": False}, # Client-managed conversation to avoid stale tool call IDs across rounds
150
)
151
0 commit comments