-
Notifications
You must be signed in to change notification settings - Fork 3k
Howie/max retry #40568
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
Closed
Closed
Howie/max retry #40568
Conversation
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
* [ServiceBus] prep release * fix changelogs * add docstring to EH * update from_bytes docstring * more changes * update bug fix
* use timeout class for aiohttp to avoid deprecation msg * update changelog
* Updating Endpoint + Remove Feature Id * Update _azureappconfigurationprovider.py
updated TSG for quality evaluator
…erged by SDK owner) (#40333) * code and test * update testcases * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: frantran <[email protected]>
…es. (#40267) Co-authored-by: Chandra Sekhar Gupta Aravapalli <[email protected]>
Signed-off-by: Paul Van Eck <[email protected]>
* [EventHub] bump aiohttp version * changelog
…umentation (#40463) * Fix breaking change re: dep conflict checks * tests pass * clean up * changelog and min version * Update sdk/monitor/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py Co-authored-by: Copilot <[email protected]> * lint: unused imports --------- Co-authored-by: Copilot <[email protected]>
* optimize for batch run * update * update * add log * fix
- Adds support for target function calls - Adds error handling and retries for the OpenAI prompty requests - Moves to async first methods in the implementation to simplify implementation and move which thread the async event loop runs on to the caller of the code (`RunSubmitterClient` in this case)
…0416) * add support for reasoning models as judge for agentic evaluators. * removing the temporary prompty file created for reasoning models. * incorporating review comments. * updated the default tokens for reasoning models to 40000 * updated the default tokens for reasoning models to 60000 * update the doc string for is_reasoning_model parameter. * update the prompty for reasoning models in memory. * remove the method to save additional prompty file. * remove unused imports. * updating the parameters for tool call accuracy metric. --------- Co-authored-by: Chandra Sekhar Gupta Aravapalli <[email protected]>
* Updates to emitter CI * add missing $ * add path --------- Co-authored-by: jolov <[email protected]>
… by SDK owner) (#40493) * code and test * update testcases --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
#40396) * drop python 3.8 * udpate * udpate * update node version * bump typespec-python
* Add files via upload * Add files via upload * Delete sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_common/onedp/__pycache__ directory * Delete sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_common/onedp/models/__pycache__ directory * Delete sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_common/onedp/operations/__pycache__ directory * Update cspell.json * Update cspell.json
…#40499) * standardize on new pools + directly update 3.8 to 3.9 and remove 3.8 from livetest matrices Co-authored-by: Yuchao Yan <[email protected]>
* update release date + bump aiohttp * bump dev reqs aiohttp version
#40355) * code and test * Update version to 8.0.0 in multiple files * format sdk --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
API change check API changes are not detected in this pull request. |
7a07196
to
b008749
Compare
* [AI] [Projects] add ConnectedAgentTool and sample * add connected agent sample * update sample to delete connected agent * fix typo
0cb8a56
to
77921bc
Compare
77921bc
to
c9a2352
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
AI
App Configuration Provider
Azure.Core
Azure.Identity
Communication - Phone Numbers
Cosmos
Evaluation
Issues related to the client library for Azure AI Evaluation
Event Grid
Event Hubs
KeyVault
Machine Learning
Monitor - Distro
Monitor OpenTelemetry Distro
Service Bus
Storage
Storage Service (Queues, Blobs, Files)
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.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines