From 9d262acad96dfc925e4fa138edc4cd20d91081c4 Mon Sep 17 00:00:00 2001 From: "nick.yi" Date: Fri, 4 Sep 2026 11:11:51 +0800 Subject: [PATCH] optimize Fallback Agent --- .../data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json index 0e5b4fae7..801ab12eb 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json +++ b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json @@ -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, never for missing args.", + "description": "Handle the request only when no other agent can handle it, including when the user has not given a specific task yet. Never for missing args or details.", "type": "task", "createdDateTime": "2024-05-07T10:00:00Z", "updatedDateTime": "2024-05-07T10:00:00Z",