-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
OpenAI Responses support #44616
OpenAI Responses support #44616
Conversation
...zure-ai-openai/src/main/java/com/azure/ai/openai/responses/AzureResponsesServiceVersion.java
Show resolved
Hide resolved
sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/responses/ResponsesClient.java
Show resolved
Hide resolved
...openai/azure-ai-openai/src/main/java/com/azure/ai/openai/responses/ResponsesAsyncClient.java
Outdated
Show resolved
Hide resolved
...openai/azure-ai-openai/src/main/java/com/azure/ai/openai/responses/ResponsesAsyncClient.java
Outdated
Show resolved
Hide resolved
...openai/azure-ai-openai/src/main/java/com/azure/ai/openai/responses/ResponsesAsyncClient.java
Outdated
Show resolved
Hide resolved
Thanks for the feedback! So just to be completely aligned on the follow-up: what we generally want to expose is a couple of methods that return |
API change check APIView has identified API level changes in this PR and created following API reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. We can add those withResponse methods without using BinaryData after this version.
Adding Responses API support for the AOAI SDK in the inference package under
com.azure.ai.openai.reponses
.This relates to: https://platform.openai.com/docs/guides/responses-vs-chat-completions