resolve conflict
This commit is contained in:
commit
743a9024bf
|
|
@ -29,7 +29,6 @@ public class TaskCompletedRoutingHandler : RoutingHandlerBase, IRoutingHandler
|
|||
|
||||
public List<string> Planers => new List<string>
|
||||
{
|
||||
nameof(NaivePlanner),
|
||||
nameof(HFPlanner)
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -3,5 +3,4 @@ Route to the last handling agent in priority.
|
|||
{% if expected_next_action_agent != empty -%}
|
||||
Expected next action agent is {{ expected_next_action_agent }}.
|
||||
{%- endif %}
|
||||
If user completes the task, use function task_completed.
|
||||
If user wants to speak to customer service, use function human_intervention_needed.
|
||||
Loading…
Reference in a new issue