[Azure] Version '2023-03-15-preview' as default#335
Merged
logankilpatrick merged 1 commit intoopenai:mainfrom Mar 25, 2023
Merged
[Azure] Version '2023-03-15-preview' as default#335logankilpatrick merged 1 commit intoopenai:mainfrom
logankilpatrick merged 1 commit intoopenai:mainfrom
Conversation
Contributor
Author
|
@ted-at-openai @hallacy Please have a look. |
andreasjl
approved these changes
Mar 24, 2023
Contributor
|
@cmurtz-msft The new API version has already been rolled out. I think it should be safe to merge. |
logankilpatrick
approved these changes
Mar 25, 2023
Contributor
|
Thank you both! |
davedittrich
pushed a commit
to davedittrich/openai-python
that referenced
this pull request
Nov 14, 2023
cgayapr
pushed a commit
to cgayapr/openai-python
that referenced
this pull request
Dec 14, 2024
stainless-app bot
pushed a commit
that referenced
this pull request
Mar 27, 2025
…-changes--next--components--openai
safa0
pushed a commit
to safa0/openai-agents-python
that referenced
this pull request
Apr 27, 2025
## Summary: openai#263 added this behavior. The goal was to prevent infinite loops when tool choice was set. The key change I'm making is: 1. Making it configurable on the agent. 2. Doing bookkeeping in the Runner to track this, to prevent mutating agents. 3. Not resetting the global tool choice in RunConfig. ## Test Plan: Unit tests. .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Chat completions on Azure have been released to the public under a preview version '2023-03-15-preview': Reference
Thus we would like to have this preview version as the default.