Table of Contents

Class ServiceNames

Namespace
FoundationaLLM.Common.Constants
Assembly
FoundationaLLM.Common.dll

Contains the names of the FoundationaLLM services.

public static class ServiceNames
Inheritance
ServiceNames
Inherited Members

Fields

AgentHubAPI

The name of the Agent Hub API service.

public const string AgentHubAPI = "AgentHubAPI"

Field Value

string

AuthorizationAPI

The name of the Authorization API service.

public const string AuthorizationAPI = "AuthorizationAPI"

Field Value

string

ContextAPI

The name of the Context API service.

public const string ContextAPI = "ContextAPI"

Field Value

string

CoreAPI

The name of the Core API service.

public const string CoreAPI = "CoreAPI"

Field Value

string

CoreWorker

The name of the Core Worker service.

public const string CoreWorker = "CoreWorker"

Field Value

string

DataPipelineAPI

The name of the Data Pipeline API service.

public const string DataPipelineAPI = "DataPipelineAPI"

Field Value

string

DataPipelineBackendWorker

The name of the Data Pipeline Backend Worker service.

public const string DataPipelineBackendWorker = "DataPipelineBackendWorker"

Field Value

string

DataPipelineFrontendWorker

The name of the Data Pipeline Frontend Worker service.

public const string DataPipelineFrontendWorker = "DataPipelineFrontendWorker"

Field Value

string

DataSourceHubAPI

The name of the Data Source Hub API service.

public const string DataSourceHubAPI = "DataSourceHubAPI"

Field Value

string

GatekeeperAPI

The name of the Gatekeeper API service.

public const string GatekeeperAPI = "GatekeeperAPI"

Field Value

string

GatekeeperIntegrationAPI

The name of the Gatekeeper Integration API service.

public const string GatekeeperIntegrationAPI = "GatekeeperIntegrationAPI"

Field Value

string

GatewayAPI

The name of the Gateway API service.

public const string GatewayAPI = "GatewayAPI"

Field Value

string

GatewayAdapterAPI

The name of the Gateway Adapter API service.

public const string GatewayAdapterAPI = "GatewayAdapterAPI"

Field Value

string

LangChainAPI

The name of the Lang Chain API service.

public const string LangChainAPI = "LangChainAPI"

Field Value

string

ManagementAPI

The name of the Management API service.

public const string ManagementAPI = "ManagementAPI"

Field Value

string

OrchestrationAPI

The name of the Orchestration API service.

public const string OrchestrationAPI = "OrchestrationAPI"

Field Value

string

PromptHubAPI

The name of the Prompt Hub API service.

public const string PromptHubAPI = "PromptHubAPI"

Field Value

string

SemanticKernelAPI

The name of the Semantic Kernel API service.

public const string SemanticKernelAPI = "SemanticKernelAPI"

Field Value

string

StateAPI

The name of the State API service.

public const string StateAPI = "StateAPI"

Field Value

string

VectorizationAPI

The name of the Vectorization API service.

public const string VectorizationAPI = "VectorizationAPI"

Field Value

string

VectorizationWorker

The name of the Vectorization Worker service.

public const string VectorizationWorker = "VectorizationWorker"

Field Value

string