Share via


ProjectCapabilityHostProperties interface

Properties

aiServicesConnections

List of AI services connections.

provisioningState

Provisioning state for the CapabilityHost. NOTE: This property will not be serialized. It can only be populated by the server.

storageConnections

List of connection names from those available in the account or project to be used as a storage resource.

threadStorageConnections

List of connection names from those available in the account or project to be used for Thread storage.

vectorStoreConnections

List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).

Property Details

aiServicesConnections

List of AI services connections.

aiServicesConnections?: string[]

Property Value

string[]

provisioningState

Provisioning state for the CapabilityHost. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

storageConnections

List of connection names from those available in the account or project to be used as a storage resource.

storageConnections?: string[]

Property Value

string[]

threadStorageConnections

List of connection names from those available in the account or project to be used for Thread storage.

threadStorageConnections?: string[]

Property Value

string[]

vectorStoreConnections

List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).

vectorStoreConnections?: string[]

Property Value

string[]