mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 17:36:25 +02:00
copilot: avoid special characters in agent names
This commit is contained in:
parent
8423fff2c7
commit
7450105a13
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue