Skip to content

Commit

Permalink
Merge pull request #352 from hchen2020/master
Browse files Browse the repository at this point in the history
RouteToAgentRoutingHandler
  • Loading branch information
Oceania2018 committed Mar 20, 2024
2 parents 58c18c9 + 0609011 commit 2dc0000
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class RouteToAgentRoutingHandler : RoutingHandlerBase, IRoutingHandler

public List<ParameterPropertyDef> Parameters => new List<ParameterPropertyDef>
{
new ParameterPropertyDef("next_action_reason", "the reason why route to this agent, if user is replying last agent's question, you must route to this agent")
new ParameterPropertyDef("next_action_reason", "the reason why route to this agent")
{
Required = true
},
Expand All @@ -22,7 +22,7 @@ public class RouteToAgentRoutingHandler : RoutingHandlerBase, IRoutingHandler
{
Required = true
},
new ParameterPropertyDef("user_goal_agent", "agent who can achieve user original goal")
new ParameterPropertyDef("user_goal_agent", "user original goal")
{
Required = true
},
Expand Down

0 comments on commit 2dc0000

Please sign in to comment.