Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d",
"name": "Fallback Agent",
"description": "Handle initiated conversation without specific task given yet or don't have sufficient confidence to handle user task.",
"description": "Handle initiated conversation without specific task given yet or don't have sufficient confidence to handle user task, but not for missing args.",
"type": "task",
"createdDateTime": "2024-05-07T10:00:00Z",
"updatedDateTime": "2024-05-07T10:00:00Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Route to the last handling agent in priority.
Expected next action agent is {{ expected_next_action_agent }}.
{%- else -%}
Next action agent is determined from the latest user message in the context of the active user goal.
If the user only provides requested information, keep the previous next action agent or fall back to the agent for the active user goal.
If the user only provides requested information, keep the previous next action agent or route to the agent for the active user goal.
{%- endif %}
{% if expected_user_goal_agent != empty -%}
Expected user goal agent is {{ expected_user_goal_agent }}.
Expand Down
Loading