Shawn Fang

Results 18 issues of Shawn Fang

Client
Cognitive - Text Analytics

- Add TROUBLESHOOTING.md file for Java [Pefer to get it done before 2022 Sep] - Drive it to get it done for all 4 languages. [Deadline: Before 2022 October]

Client
App Configuration

- Added extractive summarization feature back to TA - Waiting to have PPE endpoint and then testing this PR. - Will add the bespoke methods in the next Beta.

Client
Cognitive - Text Analytics

reference: https://github.com/Azure/azure-sdk-for-js/issues/23243 The service returns warnings in a warn-code and warn-text headers, design the SDK experience for exposing those warnings.

Client
Cognitive - Text Analytics

(1) It is possible that AOAI error message is different between different models. For example, `gpt-35-turbo`, we could have ``` { message: 'Unrecognized request argument supplied: tools', type: 'invalid_request_error', param:...

Client
OpenAI

- Hid `getAudioTranscriptionAsPlainTextWithResponse` and `getAudioTranslationAsPlainTextWithResponse` methods from `OpenAIClient` and `OpenAIAsyncClient` classes. - Added new properties `ImageGenerationContentFilterResults contentFilterResults` and `ImageGenerationPromptFilterResults promptFilterResults` in `ImageGenerationData` class to support filtering results. - Added new...

OpenAI

We should use policy to make the switch between AOAI and OAI in next release. We should not manually update every generated method as this will not allow us to...

Client
OpenAI