Skip to content

Commit

Permalink
Re-correct prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Oct 15, 2024
1 parent 55a722e commit 9dcaee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/conversation_with_router_agent/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
3. If no agent is suitable to answer user's question, then respond directly.
## Agents You Can Use
The agents are listed in the format of "index. agent_name: agent_description"
The agents are listed in the format of "{index}. {agent_name}: {agent_description}"
1. math: An agent who is good at math.
2. history: An agent who is good at history.
""" # noqa
Expand Down

0 comments on commit 9dcaee7

Please sign in to comment.