Travis Wilson
Travis Wilson
## Purpose This adds the ability to use an authorization token instead of a subscription key when connecting to a Bot or Custom Commands application. Resolves #564 ## Does this...
### This issue is for a: (mark with an `x`) ``` - [X ] feature request ``` ### Expected/desired behavior It'd be great if WVAC could be used to validate...
## Purpose Speech SDK v1.12 introduced a new `KeywordRecognizer` object that enables standalone on-device keyword matching without an active connection to Azure Speech Services. The audio associated with results from...
### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request - [ ] documentation...
### This issue is for a: (mark with an `x`) ``` - [X] bug report -> please search issues before submitting - [ ] feature request - [ ] documentation...
This change introduces support for *streaming Completions* to the Azure OpenAI C# client library. This allows Completions responses to provide incremental result data and facilitate latency-sensitive use of ChatGPT-style use...
### Library name and version Azure.AI.OpenAI 1.0.0-beta.1 ### Describe the bug Configuring a Completions request such that it asks for Echo (include the prompt in the response) and LogProbs at...
See: https://github.com/Azure/azure-sdk-for-net/pull/37539 - All `created` timestamps standardized to appropriate encode as unix epoch seconds and share the same `@projectedName` definitions - `ChatMessage.content` updated for to accurately be a required, nullable...
## OpenAI Assistants This change adds a new TypeSpec project to serve as a basis for client libraries using OpenAI's beta Assistants API, as described on OpenAI's documentation: https://platform.openai.com/docs/assistants/overview PR...
This PR incorporates updates for the `2024-04-01-preview` service API version label into the Azure OpenAI TypeSpec project. It accompanies the base OpenAPI (Swagger) update from this PR: https://github.com/Azure/azure-rest-api-specs/pull/28588 # Additions...