CapabilityHostConfiguration
Class net8.0
Configuration for a Microsoft Foundry capability host.
namespace Aspire.Hosting.Foundry;
public class CapabilityHostConfiguration{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesAzureOpenAIget; set An OpenAI-type Microsoft Foundry account to use for AI model calls, if any.
CosmosDBget; setAzureCosmosDBResource? The Cosmos DB resource to use for metadata and conversation state storage.
Kindget; setCapabilityHostKind The kind of capability host.
Nameget; setstring The name of the capability host.
Searchget; setAzureSearchResource? The Azure Search resource to use for vector search capabilities.
Storageget; setAzureStorageResource? The Storage resource to use for file storage.