AzureExtensionsOptions interface
Options for Azure OpenAI chat extensions.
Properties
enhancements | If provided, the configuration options for available Azure OpenAI chat enhancements. |
extensions | The configuration entries for Azure OpenAI chat extensions that use them. This additional specification is only compatible with Azure OpenAI. |
Property Details
enhancements
If provided, the configuration options for available Azure OpenAI chat enhancements.
enhancements?: AzureChatEnhancementConfiguration
Property Value
extensions
The configuration entries for Azure OpenAI chat extensions that use them. This additional specification is only compatible with Azure OpenAI.
extensions?: AzureChatExtensionConfigurationUnion[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript