Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Bump Azure.AI.OpenAI from 1.0.0-beta.15 to 1.0.0-beta.17 in /do…
…tnet (#6236) Bumps [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) from 1.0.0-beta.15 to 1.0.0-beta.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-net/releases">Azure.AI.OpenAI's releases</a>.</em></p> <blockquote> <h2>Azure.AI.OpenAI_1.0.0-beta.17</h2> <h2>1.0.0-beta.17 (2024-05-03)</h2> <h3>Features Added</h3> <ul> <li>Image input support for <code>gpt-4-turbo</code> chat completions now works with image data in addition to internet URLs. Images may be now be used as <code>gpt-4-turbo</code> message content items via one of three constructors: <ul> <li><code>ChatMessageImageContent(Uri)</code> -- the existing constructor, used for URL-based image references</li> <li><code>ChatMessageImageContent(Stream,string)</code> -- (new) used with a stream and known MIME type (like <code>image/png</code>)</li> <li><code>ChatMessageImageContent(BinaryData,string)</code> -- (new) used with a BinaryData instance and known MIME type Please see the <a href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/README.md#chat-with-images-using-gpt-4-turbo">readme example</a> for more details.</li> </ul> </li> </ul> <h3>Breaking Changes</h3> <ul> <li>Public visibility of the <code>ChatMessageImageUrl</code> type is removed to promote more flexible use of data sources in <code>ChatMessageImageContent</code>. Code that previously created a <code>ChatMessageImageUrl</code> using a <code>Uri</code> should simply provide the <code>Uri</code> to the <code>ChatMessageImageContent</code> constructor directly.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/187380b2603d6861169d426cbb9343237890ce75"><code>187380b</code></a> Azure OpenAI: better image input support for gpt-4-turbo chat completions (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/4">#4</a>...</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/0f461cb51168da6b40f2482a264fd6945f7babde"><code>0f461cb</code></a> Update Azure Pipelines credential sample (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/43838">#43838</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/8af4f609c76d4a7d6098b4e9f5f50ad5ed0e27da"><code>8af4f60</code></a> Restore feedback from Chris in managed identity docs (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/43837">#43837</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/5c863e3455e78f267f263abcb4f7b63fcd4860f3"><code>5c863e3</code></a> Document how to use user-assigned MI resource ID with DefaultAzureCredential ...</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/14226601c5d3ac0b6bc4c9217fdd3cab9c19e24c"><code>1422660</code></a> [CODEOWNERS] Removing retired library PR config (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/43834">#43834</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/faa23a07f2b74248cd334e21d9abcd053c137272"><code>faa23a0</code></a> Implement AzurePipelinesCredential (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/43686">#43686</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/26b9a4b5346e48dd7144f776d88012a30c324646"><code>26b9a4b</code></a> Increment package version after release of Microsoft.Azure.WebJobs.Extensions...</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/794543ed99524c8932ddfb8ffadc97988656025f"><code>794543e</code></a> Fix environment tests (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/43828">#43828</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/3d9f007d34562731419932dd987074662a3c2c1f"><code>3d9f007</code></a> Remove media compositions SDK's (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/43794">#43794</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/c48e394ca4280ae96bff671237dbbbb358ee2e0b"><code>c48e394</code></a> Update version of github-event-processor to 1.0.0-dev.20240502.2 (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/43827">#43827</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-net/compare/Azure.AI.OpenAI_1.0.0-beta.15...Azure.AI.OpenAI_1.0.0-beta.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.AI.OpenAI&package-manager=nuget&previous-version=1.0.0-beta.15&new-version=1.0.0-beta.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Wallace <[email protected]>
- Loading branch information