OrchestrationBuilderBase<TBuilder>.ApplyMetadata 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.
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