From dbf103fd47b5d81e0b80ceb08392d30bf1ee2e54 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Mon, 24 Jun 2024 17:34:05 -0500 Subject: [PATCH] change to static --- .../BotSharp.Abstraction/Agents/Enums/AgentType.cs | 2 -- .../data/agents/00000000-0000-0000-0000-000000000000/agent.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Agents/Enums/AgentType.cs b/src/Infrastructure/BotSharp.Abstraction/Agents/Enums/AgentType.cs index 5bddb791..17689407 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Agents/Enums/AgentType.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Agents/Enums/AgentType.cs @@ -18,7 +18,5 @@ public class AgentType /// Agent that cannot use external tools /// public const string Static = "static"; - - public const string Tool = "tool"; } diff --git a/src/Infrastructure/BotSharp.Core/data/agents/00000000-0000-0000-0000-000000000000/agent.json b/src/Infrastructure/BotSharp.Core/data/agents/00000000-0000-0000-0000-000000000000/agent.json index 31a9590a..ef0ce222 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/00000000-0000-0000-0000-000000000000/agent.json +++ b/src/Infrastructure/BotSharp.Core/data/agents/00000000-0000-0000-0000-000000000000/agent.json @@ -2,7 +2,7 @@ "id": "00000000-0000-0000-0000-000000000000", "name": "Tool Assistant", "description": "Tool assistant that can be used to complete many different tasks", - "type": "tool", + "type": "static", "createdDateTime": "2023-06-24T10:39:32.2349685Z", "updatedDateTime": "2023-06-24T14:39:32.2349686Z", "iconUrl": "https://cdn.iconscout.com/icon/premium/png-256-thumb/route-1613278-1368497.png",