Package version:

Parameters for Azure Blob Storage knowledge source.

interface AIServices {
    apiKey?: string;
    uri: string;
}

Properties

Properties

apiKey?: string

The API key for accessing AI Services.

uri: string

The URI of the AI Services endpoint.