Enum APIEndpointCategory
- Assembly
 - FoundationaLLM.Common.dll
 
The category for api endpoint class.
public enum APIEndpointCategory
  - Extension Methods
 
Fields
AzureAIDirect = 4Endpoints for direct interactions with Microsoft Azure AI services.
AzureOpenAIDirect = 5Endpoints for direct interactions with Microsoft Azure OpenAI services.
ExternalOrchestration = 1Endpoints for external orchestration services.
FileStoreConnector = 6Endpoints for connecting to external file stores, such as OneDrive.
Gatekeeper = 3Endpoints related to Gatekeeper.
General = 7General endpoints (internal APIs other than Orchestration, ExternalOrchestration, LLM, Gatekeeper, AzureAIDirect, or AzureOpenAIDirect.
LLM = 2Endpoints for Large Language Models.
Orchestration = 0Endpoints for internal orchestration services (e.g. LangChain API, SemanticKernel API).