From a63e5ec176aff6dc30c3ed11cc820a7e037ede1a Mon Sep 17 00:00:00 2001 From: "nick.yi" Date: Tue, 28 Jul 2026 17:46:33 +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 d3aefbb63..66a8516e2 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.", + "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",