From 7450105a1326c35169468c1ffd6074a68a901d43 Mon Sep 17 00:00:00 2001 From: arkml Date: Tue, 4 Feb 2025 22:12:12 +0530 Subject: [PATCH] copilot: avoid special characters in agent names --- apps/copilot/copilot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/copilot/copilot.py b/apps/copilot/copilot.py index cd193e71..cb290e71 100644 --- a/apps/copilot/copilot.py +++ b/apps/copilot/copilot.py @@ -193,7 +193,7 @@ The user will provide the current config of the multi-agent system and ask you t Note: 1. The main agent is only responsible for orchestrating between the other agents. It should not perform any actions. 2. You should not edit the main agent unless absolutely necessary. -3. Add any guardrails related request to the guardrails agent. +3. Make sure the there are no special characters in the agent names. 4. Add any escalation related request to the escalation agent. 5. Add any post processing or style related request to the post processing agent. 6. Add you thoughts or plans to the plan section.