CapabilityHostConfiguration Properties
Class Properties 6 members
Configuration for a Microsoft Foundry capability host.
An OpenAI-type Microsoft Foundry account to use for AI model calls, if any.
public FoundryResource? AzureOpenAI { get; set; } The Cosmos DB resource to use for metadata and conversation state storage.
public AzureCosmosDBResource? CosmosDB { get; set; } The kind of capability host.
public CapabilityHostKind Kind { get; set; } The Azure Search resource to use for vector search capabilities.
public AzureSearchResource? Search { get; set; } The Storage resource to use for file storage.
public AzureStorageResource? Storage { get; set; }