Class AzureAITypes
- Namespace
 - FoundationaLLM.Common.Constants.ResourceProviders
 
- Assembly
 - FoundationaLLM.Common.dll
 
Defines the resource types for Azure AI service resources.
public static class AzureAITypes
  - Inheritance
 - 
      
      AzureAITypes
 
- Inherited Members
 
Fields
AgentConversationMapping
Defines a mapping between Azure AI Agent and FoundationaLLM conversation-related resources.
public const string AgentConversationMapping = "AzureAIAgentConversationMapping"
  Field Value
AgentFileMapping
Defines a mapping between Azure AI Agent and FoundationaLLM file-related resources.
public const string AgentFileMapping = "AzureAIAgentFileMapping"
  Field Value
Project
The Azure AI Foundry project type.
public const string Project = "azure-ai-project"
  Field Value
Remarks
Defined lowercase and hyphenated to be consistent with other storage persisted resources.