latest--AzureOpenAIConnectionHandler
shared| 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
azure_ad_token_provider
_Reference | null
token_provider_scopes
string[]
[
"https://cognitiveservices.azure.com/.default"
]
api_version
string
Definitions
_Reference
object
implementation
string