Table of Contents

Class AzureOpenAITypes

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

Contains constants for the types of resources managed by the FoundationaLLM.AzureOpenAI resource provider.

public static class AzureOpenAITypes
Inheritance
AzureOpenAITypes
Inherited Members

Fields

ConversationMapping

Defines a mapping between Azure OpenAI and FoundationaLLM conversation-related resources.

public const string ConversationMapping = "AzureOpenAIConversationMapping"

Field Value

string

FileMapping

Defines a mapping between Azure OpenAI and FoundationaLLM file-related resources.

public const string FileMapping = "AzureOpenAIFileMapping"

Field Value

string