Skip to content
Docs Try Aspire

withApiKey

Function
📦 Aspire.Hosting.OpenAI v13.2.0-preview.1.26159.1
interface OpenAIResource {
// ... omitted for brevity
withApiKey(apiKey: ParameterResource): OpenAIResource;
}

Signature

method withApiKey builder
Configures the API key for the OpenAI resource.
withApiKey(apiKey: ParameterResource): OpenAIResource
apiKey ParameterResource
OpenAIResource

Applies to

This function is an extension method on the following types: