Update router prompt.
This commit is contained in:
parent
e28b8a70a8
commit
7ab383aa53
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Reference in a new issue