OrchestrationBuilderBase<TBuilder>.WithIntermediateOutputFrom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Designates the given agents as sources of intermediate workflow
output. See WithOutputFrom(IEnumerable<AIAgent>) for the defaults-suppression semantics.
public TBuilder WithIntermediateOutputFrom(System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.AIAgent> agents);
member this.WithIntermediateOutputFrom : seq<Microsoft.Agents.AI.AIAgent> -> 'Builder
Public Function WithIntermediateOutputFrom (agents As IEnumerable(Of AIAgent)) As TBuilder
Parameters
- agents
- IEnumerable<AIAgent>