-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[OpenAI] Azure OpenAI realtime client library for Java first version #42707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
srnagar
approved these changes
Dec 2, 2024
...openai-realtime/src/main/java/com/azure/ai/openai/realtime/OpenAIRealtimeServiceVersion.java
Outdated
Show resolved
Hide resolved
...azure-ai-openai-realtime/src/main/java/com/azure/ai/openai/realtime/RealtimeAsyncClient.java
Show resolved
Hide resolved
…/openai/realtime/OpenAIRealtimeServiceVersion.java Co-authored-by: Srikanta <[email protected]>
API change check APIView has identified API level changes in this PR and created following API reviews. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Proposal for the Azure OpenAI Realtime Audio Java client library. The client library is based of the TSP spec found here. We want to release this library only in the dev feed for the forseeable future.
Remaining TODOs
This client libary related
webSocketClient
layerLIVE
tests with resources which are heavily restricted. We may need to disable tests running in the pipeline for now.ReadmeSamples.java
with relevant code snippets.TSP related
RealtimeResponseFunctionCallItem
,RealtimeResponseFunctionCallOutputItem
andRealtimeResponseMessageItem
. I have filed an issue for this here: [Bug]: Subclass conctructor generation contains unexpectedString object
field microsoft/typespec#5157RealtimeServerVadTurnDetection
which attempts to serialize the values forprefixPaddingMs
andsilenceDurationMs
asString
I have opened another issue asking about this:[Bug]: Unexpected field as JSON String instead of number microsoft/typespec#5158