OrchestrationBuilderBase<TBuilder>.ApplyMetadata Method

Definition

Applies the optional Name and Description to builder. Subclasses should call this from their Build() implementation.

protected void ApplyMetadata(Microsoft.Agents.AI.Workflows.WorkflowBuilder builder);
member this.ApplyMetadata : Microsoft.Agents.AI.Workflows.WorkflowBuilder -> unit
Protected Sub ApplyMetadata (builder As WorkflowBuilder)

Parameters

builder
WorkflowBuilder

Applies to