use as* asyncio.gather is used to make function tool calls in paral…#41311
Merged
howieleung merged 3 commits intofeature/azure-ai-agents/1.0.1from May 29, 2025
Merged
use as* asyncio.gather is used to make function tool calls in paral…#41311howieleung merged 3 commits intofeature/azure-ai-agents/1.0.1from
asyncio.gather is used to make function tool calls in paral…#41311howieleung merged 3 commits intofeature/azure-ai-agents/1.0.1from
Conversation
…lel for `async` scenario.
nick863
approved these changes
May 29, 2025
howieleung
added a commit
that referenced
this pull request
May 29, 2025
#41311) * use as* `asyncio.gather` is used to make function tool calls in parallel for `async` scenario. * Fixed version * update
howieleung
added a commit
that referenced
this pull request
May 30, 2025
* use as* `asyncio.gather` is used to make function tool calls in paral… (#41311) * use as* `asyncio.gather` is used to make function tool calls in parallel for `async` scenario. * Fixed version * update * update version * run black
howieleung
added a commit
that referenced
this pull request
Jun 9, 2025
* [AI] [Agents] add is_valid_connection_id check to connection tool init * Howie/async func b2 (#41349) * use as* `asyncio.gather` is used to make function tool calls in paral… (#41311) * use as* `asyncio.gather` is used to make function tool calls in parallel for `async` scenario. * Fixed version * update * update version * run black * fix change_context usages (#41362) * fixing tracing for streaming when not using event handler (#41424) * fixing tracing for streaming when not using event handler * fixing mypy warnings * fixes * changelog * Update CHANGELOG.md * Howie/samples with proj client (#41426) * Update samples with project client * more samples * update samples * UPDATE * update * change tooling samples * black and readme update * update pip install * Update changelog * change is_valid_connection_id to _is_valid_connection_id and run black * fixed lint * revert dev req * Update README.md * update * fix readme * added a new sample * Update CHANGELOG.md with new release date --------- Co-authored-by: Howie Leung <howieleung@microsoft.com> Co-authored-by: Liudmila Molkova <limolkova@microsoft.com> Co-authored-by: M-Hietala <78813398+M-Hietala@users.noreply.github.com>
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.
…lel for
asyncscenario.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