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",