Table of Contents

Enum APIEndpointCategory

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Configuration
Assembly
FoundationaLLM.Common.dll

The category for api endpoint class.

public enum APIEndpointCategory
Extension Methods

Fields

AzureAIDirect = 4

Endpoints for direct interactions with Microsoft Azure AI services.

AzureOpenAIDirect = 5

Endpoints for direct interactions with Microsoft Azure OpenAI services.

ExternalOrchestration = 1

Endpoints for external orchestration services.

FileStoreConnector = 6

Endpoints for connecting to external file stores, such as OneDrive.

Gatekeeper = 3

Endpoints related to Gatekeeper.

General = 7

General endpoints (internal APIs other than Orchestration, ExternalOrchestration, LLM, Gatekeeper, AzureAIDirect, or AzureOpenAIDirect.

LLM = 2

Endpoints for Large Language Models.

Orchestration = 0

Endpoints for internal orchestration services (e.g. LangChain API, SemanticKernel API).