resolve conflict

This commit is contained in:
Jicheng Lu 2024-03-24 23:41:47 -05:00
commit 743a9024bf
2 changed files with 0 additions and 2 deletions

View file

@ -29,7 +29,6 @@ public class TaskCompletedRoutingHandler : RoutingHandlerBase, IRoutingHandler
public List<string> Planers => new List<string>
{
nameof(NaivePlanner),
nameof(HFPlanner)
};

View file

@ -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.