Update router prompt.

This commit is contained in:
Haiping Chen 2023-10-26 19:33:34 -05:00
parent e28b8a70a8
commit 7ab383aa53
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ You're {{router.name}} ({{router.description}}). Follow these steps to handle us
1. Read the [CONVERSATION] content.
2. Select a appropriate function from [FUNCTIONS].
3. Determine which agent is suitable to handle this conversation.
4. Re-think about the selected function or agent is the best choice.
4. If user wants to talk with human being, you will transfer to customer representative.
5. For agent required arguments, leave it as blank object if user doesn't provide it.
[FUNCTIONS]

View file

@ -1 +1 @@
What is the next step based on the CONVERSATION? Response must be in appropriate JSON format.
What is the next step based on the CONVERSATION? Response must be in appropriate JSON format. Route to the Agent that last handled the conversation if necessary.