microsoft / microsoft/agent-framework
.NET: [Bug]: emits both AgentResponse and AgentResponseUpdate per one action
@baywet is already working on this.
Since Sep 3, 2026.
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 2.3k
- Avg merge
- 2d 45m
- Merged PRs (30d)
- 358
Description
### Description
For the [Declarative workflow documentation](https://learn.microsoft.com/en-us/agent-framework/workflows/declarative?pivots=programming-language-csharp)
SendActivity emits both AgentResponse and AgentResponseUpdate. Similar to Question action.
Can this be controlled from YAML so it would emit AgentResponse only?
That behavior isn't visible in documentation and surprising that more then one event related to single action.
### Code Sample
```markdown
```
### Error Messages / Stack Traces
```markdown
```
### Package Versions
Microsoft.Agents.AI.Workflows.Declarative
### .NET Version
.NET 10.0.300
### Additional Context
documentation related issue
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.