Table of Contents

Property DefaultBranch

Namespace
LMKit.Agents.Orchestration.Nodes
Assembly
LM-Kit.NET.dll

DefaultBranch

Gets the default branch invoked when the selector's route name does not match any configured branch, or null if no default is configured (in which case an unmatched route fails the node).

public IOrchestrationNode DefaultBranch { get; }

Property Value

IOrchestrationNode
Share