.NET: feat: adds the executorId as an additional property when running the workflow as agent in dotnet - #7934
Open
Vincent Biret (baywet) wants to merge 9 commits into
Open
Conversation
…workflow as agent in dotnet
Vincent Biret (baywet)
requested review from
chetantoshniwal and
Peter Ibekwe (peibekwe)
as code owners
August 28, 2026 12:53
Vincent Biret (baywet)
requested review from
SergeyMenshykh and
Roger Barreto (rogerbarreto)
as code owners
August 28, 2026 12:53
Vincent Biret (baywet)
requested a review
from westey (westey-m)
as a code owner
August 28, 2026 12:53
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 12:53 — with
GitHub Actions
Active
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 12:53 — with
GitHub Actions
Active
Vincent Biret (baywet)
enabled auto-merge
August 28, 2026 12:54
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 12:54 — with
GitHub Actions
Active
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 12:54 — with
GitHub Actions
Error
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 12:54 — with
GitHub Actions
Error
Contributor
There was a problem hiding this comment.
Pull request overview
Adds workflow executor attribution to streamed .NET agent response updates.
Changes:
- Adds a public
executorIdmetadata key. - Attaches executor IDs to response updates.
- Adds multi-executor streaming coverage.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
WorkflowAgentAdditionalProperties.cs |
Defines the executor ID key. |
AgentResponseUpdateEvent.cs |
Adds attribution metadata to updates. |
WorkflowHostSmokeTests.cs |
Tests attribution and metadata preservation. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 12:57 — with
GitHub Actions
Active
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 12:58 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 12:58 — with
GitHub Actions
Inactive
…cross execution methods Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…revious inputs for the executorId Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 13:12 — with
GitHub Actions
Active
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 13:13 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 13:13 — with
GitHub Actions
Inactive
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 14:09 — with
GitHub Actions
Active
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 14:09 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 14:09 — with
GitHub Actions
Inactive
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 14:18 — with
GitHub Actions
Active
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 14:20 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 14:20 — with
GitHub Actions
Error
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Vincent Biret (baywet)
deployed
to
github-app-auth
August 28, 2026 14:28 — with
GitHub Actions
Active
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 14:28 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 14:28 — with
GitHub Actions
Inactive
| Throw.IfNull(message); | ||
|
|
||
| return new(message.Role, message.Contents) | ||
| return SetExecutorId(new(message.Role, message.Contents) |
Member
Author
There was a problem hiding this comment.
The behaviour pre-existed this change, Tao Chen (@TaoChenOSU) to confirm whether we should fix that or not
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.
fixes #4445