Add Azure Responses Content Image sample with image url and image base64#44818
Add Azure Responses Content Image sample with image url and image base64#44818waltervvb wants to merge 12 commits intoAzure:mainfrom
Conversation
|
Thank you for your contribution @waltervvb! We will review the pull request and get back to you soon. |
jpalvarezl
left a comment
There was a problem hiding this comment.
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.