Class AgentCapabilityCategoryNames
- Namespace
 - FoundationaLLM.Common.Constants.Agents
 
- Assembly
 - FoundationaLLM.Common.dll
 
Contains constants for the agent capability names.
public static class AgentCapabilityCategoryNames
  - Inheritance
 - 
      
      AgentCapabilityCategoryNames
 
- Inherited Members
 
Fields
AzureAIAgents
Indicates the agent has the Azure AI Agents Service capability.
public const string AzureAIAgents = "AzureAI.AgentService"
  Field Value
FoundationaLLMKnowledgeManagement
Indicates the agent has the FoundationaLLM Knowledge Management capability.
public const string FoundationaLLMKnowledgeManagement = "FoundationaLLM.KnowledgeManagement"
  Field Value
OpenAIAssistants
Indicates the agent has the OpenAI Assistants API capability.
public const string OpenAIAssistants = "OpenAI.Assistants"