Skip to content

Commit 97071a6

Browse files
authored
Merge pull request #408 from sylviachency/master
fix "talk to ppl" issue
2 parents a043b84 + a7cfa00 commit 97071a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Infrastructure/BotSharp.Core/Routing/Handlers/HumanInterventionNeededHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class HumanInterventionNeededHandler : RoutingHandlerBase, IRoutingHandle
66
{
77
public string Name => "human_intervention_needed";
88

9-
public string Description => "Reach out to human being, customer service or customer representative.";
9+
public string Description => "Reach out to human customer service.";
1010

1111
public List<ParameterPropertyDef> Parameters => new List<ParameterPropertyDef>
1212
{

src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/planner_prompt.naive.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Expected user goal agent is {{ expected_user_goal_agent }}.
1010
{%- else -%}
1111
User goal agent is inferred based on user initial request.
1212
{%- endif %}
13-
If user wants to speak to customer service, use function human_intervention_needed.
14-
If user wants to or is processing with a specific task that can be handled by agents, respond in appropriate output format defined to let proper agent to handle the task.
13+
If user wants to speak to human customer service, use function human_intervention_needed.
14+
If user wants to or is processing with a specific task that can be handled by agents, respond in appropriate output format defined to let proper agent to handle the task.

0 commit comments

Comments
 (0)