Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
codingbandit committed Aug 10, 2024
1 parent 869d46f commit cdf2b40
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cdf2b40

Please sign in to comment.