fixing tracing for streaming when not using event handler#41424
Merged
howieleung merged 4 commits intofeature/azure-ai-agents/1.1.0b2from Jun 5, 2025
Conversation
dargilco
approved these changes
Jun 5, 2025
howieleung
approved these changes
Jun 5, 2025
Member
|
/run pipeline |
Member
|
/rerun |
Member
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
Member
|
No pipelines are associated with this pull request. |
02cf12b
into
feature/azure-ai-agents/1.1.0b2
22 of 24 checks passed
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.
fixing tracing for streaming when not using event handler