Skip to content
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

Bump OpenAI from 2.2.0-beta.3 to 2.2.0-beta.4 #23

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2025

Bumps OpenAI from 2.2.0-beta.3 to 2.2.0-beta.4.

Release notes

Sourced from OpenAI's releases.

OpenAI_2.2.0-beta.4

What's Changed

Full Changelog: openai/openai-dotnet@OpenAI_2.2.0-beta.3...OpenAI_2.2.0-beta.4

Changelog

Sourced from OpenAI's changelog.

2.2.0-beta.4 (2025-03-18)

  • OpenAI.Chat:
    • Enabled support for file inputs. When using models with vision capabilities, you can now also provide PDF files as inputs, either as a file ID or as base64-encoded data. (aaa924e)
      • Added the CreateFilePart(string fileId) and CreateFilePart(BinaryData fileBytes, string fileBytesMediaType, string filename) factory methods to ChatMessageContentPart.
  • OpenAI.Responses:
    • Added the ResponseToolChoice class to help specify which tool the model should select when generating a response. (aaa924e)

Breaking changes in Preview APIs

  • OpenAI.Assistants:
    • Removed the default constructor and the use of the required keyword from the FileSearchRankingOptions and FunctionToolDefinition classes to align with the rest of the library. (86407c8)
  • OpenAI.RealtimeConversation:
    • Removed the default constructor and the use of the required keyword from the ConversationFunctionTool class to align with the rest of the library. (86407c8)
  • OpenAI.Responses:
    • Removed the id parameter from the factory methods of the ResponseItem class.
    • Renamed the AllowParallelToolCalls property of the ResponseCreationOptions and OpenAIResponse classes to ParallelToolCallsEnabled. (aaa924e)
    • Changed the type of the ToolChoice property of the ResponseCreationOptions and OpenAIResponseclasses from BinaryData to ResponseToolChoice. (aaa924e)
    • Changed MessageRole from an "extensible enum" to a regular enum. (aaa924e)
    • Refactored the StreamingResponse* classes. (aaa924e)
  • OpenAI.VectorStores:
    • Removed the default constructor and the use of the required keyword from the VectorStoreExpirationPolicy class to align with the rest of the library. (86407c8)
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [OpenAI](https://github.com/openai/openai-dotnet) from 2.2.0-beta.3 to 2.2.0-beta.4.
- [Release notes](https://github.com/openai/openai-dotnet/releases)
- [Changelog](https://github.com/openai/openai-dotnet/blob/main/CHANGELOG.md)
- [Commits](openai/openai-dotnet@OpenAI_2.2.0-beta.3...OpenAI_2.2.0-beta.4)

---
updated-dependencies:
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies labels Mar 20, 2025
@kzu kzu merged commit 514a13b into main Mar 26, 2025
4 checks passed
@kzu kzu deleted the dependabot/nuget/OpenAI-2.2.0-beta.4 branch March 26, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant