Description
Declarative workflow and this repository samples suggest to use functions in that way.
However, what about running workflow and functions using StreamingRun = InProcessExecution.ResumeStreamingAsync()?
As of now usage of this option result in emitting events RequestInfoEvent w/o actual tool call. It require implementation of ResponseAgentProvider and actual tool call and sending response back to workflow instantiated based on declarative yaml to set response to defined env variable (in Topic namespace btw, separate issue mentioned here).
Code Sample
Error Messages / Stack Traces
Package Versions
Microsoft.Agents.AI.Workflows.Declarative
.NET Version
.NET 10.0.300
Additional Context
declarative framework
Description
Declarative workflow and this repository samples suggest to use functions in that way.
However, what about running workflow and functions using
StreamingRun = InProcessExecution.ResumeStreamingAsync()?As of now usage of this option result in emitting events RequestInfoEvent w/o actual tool call. It require implementation of ResponseAgentProvider and actual tool call and sending response back to workflow instantiated based on declarative yaml to set response to defined env variable (in Topic namespace btw, separate issue mentioned here).
Code Sample
Error Messages / Stack Traces
Package Versions
Microsoft.Agents.AI.Workflows.Declarative
.NET Version
.NET 10.0.300
Additional Context
declarative framework