Update planner_prompt.naive.liquid

address transfer to person issue
This commit is contained in:
sylviachency 2024-04-11 12:43:43 -05:00 committed by GitHub
parent 4aa5b92b92
commit d7524162d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,5 +10,5 @@ Expected user goal agent is {{ expected_user_goal_agent }}.
{%- else -%}
User goal agent is inferred based on user initial request.
{%- endif %}
If user wants to speak to customer service, use function human_intervention_needed.
If user wants to or is processing with a specific task that can be handled by agents, respond in appropriate output format defined to let proper agent to handle the task.
If user wants to speak to human customer service, use function human_intervention_needed.
If user wants to or is processing with a specific task that can be handled by agents, respond in appropriate output format defined to let proper agent to handle the task.