From cdf2b4089ee6abff42c9aaa5022c74b9051f58bd Mon Sep 17 00:00:00 2001 From: codingbandit Date: Fri, 9 Aug 2024 20:26:26 -0400 Subject: [PATCH] Fix merge error --- .../Orchestration/Orchestration/OrchestrationBuilder.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs b/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs index be49726ead..fc1ff8a580 100644 --- a/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs +++ b/src/dotnet/Orchestration/Orchestration/OrchestrationBuilder.cs @@ -167,10 +167,6 @@ await EnsureAgentCapabilities( explodedObjects[CompletionRequestObjectsKeys.AllAgents] = allAgentsDescriptions; #region Knowledge management processing - if (agentBase.AgentType == typeof(KnowledgeManagementAgent) || agentBase.AgentType == typeof(AudioClassificationAgent)) - { - KnowledgeManagementAgent kmAgent = (KnowledgeManagementAgent)agentBase; - if (agentBase.AgentType == typeof(KnowledgeManagementAgent) || agentBase.AgentType == typeof(AudioClassificationAgent)) { KnowledgeManagementAgent kmAgent = (KnowledgeManagementAgent)agentBase;