-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add Azure Responses Content Image sample with image url and image base64 #44818
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
Add Azure Responses Content Image sample with image url and image base64 #44818
Conversation
Thank you for your contribution @waltervvb! We will review the pull request and get back to you soon. |
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.
This looks really good. I think it has a couple of formatting issues here and there, but it's almost ready! Thank you.
...-openai/src/samples/java/com/azure/ai/openai/responses/AzureResponsesContentImageSample.java
Outdated
Show resolved
Hide resolved
.../azure-ai-openai/src/samples/java/com/azure/ai/openai/responses/ChainingResponsesSample.java
Outdated
Show resolved
Hide resolved
sdk/openai/azure-ai-openai/src/test/java/com/azure/ai/openai/responses/AzureResponsesTest.java
Outdated
Show resolved
Hide resolved
...enai/azure-ai-openai/src/test/java/com/azure/ai/openai/responses/AzureResponsesTestBase.java
Outdated
Show resolved
Hide resolved
...enai/azure-ai-openai/src/test/java/com/azure/ai/openai/responses/AzureResponsesTestBase.java
Outdated
Show resolved
Hide resolved
sdk/openai/azure-ai-openai/src/test/java/com/azure/ai/openai/responses/AzureResponsesTest.java
Show resolved
Hide resolved
…nstead of passing the full response .
… only for api-version 2025-03-01-preview and later
API change check API changes are not detected in this pull request. |
sdk/openai/azure-ai-openai/src/test/java/com/azure/ai/openai/responses/TestUtils.java
Show resolved
Hide resolved
|
@microsoft-github-policy-service agree company="Aditi Consulting LLC" |
Hi @waltervvb. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Hi @waltervvb. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
Description
Add two samples for the Responses interface to generate model responses using image inputs.