From 581678f1fe973fd120f4ad2fd27773862a2c653c Mon Sep 17 00:00:00 2001 From: hchen Date: Thu, 19 Oct 2023 13:28:29 -0500 Subject: [PATCH] human_intervention_needed prompt. --- .../templates/next_step_prompt.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid index 76b09fe3..799c5674 100644 --- a/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid +++ b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid @@ -17,4 +17,4 @@ Response must be in JSON format {% endif %} If the user has no other tasks need help with, set function as conversation_end with reason and reply user courteously. -If the user wants to reach out to real human being, set function as human_intervention_needed with reason and reply user courteously. \ No newline at end of file +If the user wants to reach out to customer service representative (human being), set function as human_intervention_needed with reason and reply user courteously. \ No newline at end of file