Skip to content

Commit

Permalink
RouteToAgentRoutingHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Haiping Chen committed Mar 20, 2024
1 parent dd66f10 commit 0609011
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 0609011

Please sign in to comment.