Skip to content

Commit 2a52e30

Browse files
committed
change description of human_intervention_needed.
1 parent 155c5c4 commit 2a52e30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ public class HumanInterventionNeededHandler : RoutingHandlerBase, IRoutingHandle
99
{
1010
public string Name => "human_intervention_needed";
1111

12-
public string Description => "Reach out to a real human or customer representative.";
12+
public string Description => "Reach out to human being, customer service or customer representative.";
1313

1414
private readonly RoutingSettings _settings;
1515

1616
public List<NameDesc> Parameters => new List<NameDesc>
1717
{
18-
new NameDesc("reason", "why need customer service representative (human being)"),
18+
new NameDesc("reason", "why need customer service"),
1919
new NameDesc("response", "response content to user")
2020
};
2121

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
What is the next step based on the CONVERSATION? Response must be in appropriate JSON format.
1+
What is the next step based on the CONVERSATION? Response must be in appropriate JSON format. Route to the latest agent as much as possible.

0 commit comments

Comments
 (0)