OrchestrationBuilderBase<TBuilder>.WithIntermediateOutputFrom Method

Definition

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

Returns

TBuilder

Applies to