Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AzureOpenAIConnectionHandler.json
Parent schema eidolon-resource
Type: object

Automatically infers the values from environment variables for: - api_key from AZURE_OPENAI_API_KEY (IFF api_key AND 'azure_ad_token_provider' is not provided) - organization from OPENAI_ORG_ID - azure_ad_token from AZURE_OPENAI_AD_TOKEN - api_version from OPENAI_API_VERSION - azure_endpoint from AZURE_OPENAI_ENDPOINT

Properties

implementation const: "AzureOpenAIConnectionHandler" required
Constant: "AzureOpenAIConnectionHandler"
azure_ad_token_provider _Reference | null
token_provider_scopes string[]
Default:
[
  "https://cognitiveservices.azure.com/.default"
]
api_version string
Default: "2024-02-01"

Definitions

_Reference object
implementation string