Open fwaris opened 9 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jpalvarezl @trrwilson.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jpalvarezl @trrwilson.
Library name and version
Azure.AI.OpenAI 1.0.0-beta.13
Describe the bug
https://github.com/Azure/azure-sdk-for-net/blob/86db5a7b325aefde3b401062c6f051e797fed85b/sdk/openai/Azure.AI.OpenAI/src/Custom/AzureChatExtensions/AzureChatExtensionsOptions.cs#L40
The EnhancementOptions property of AzureChatExtensionsOptions class should either be initialized or be settable.
Expected behavior
should be able set the property (note I am using F# here - not sure if C# behaves differently)
Actual behavior
Cannot set property
Reproduction Steps
let extCfg = AzureChatExtensionsOptions() let ocrCfg = AzureChatOCREnhancementConfiguration(enabled=true) extCfg.EnhancementOptions.Ocr <- ocrCfg
Environment
No response