Table of Contents

Property MaxDelegationDepth

Namespace
LMKit.Agents.Delegation
Assembly
LM-Kit.NET.dll

MaxDelegationDepth

Gets or sets the maximum delegation depth to prevent infinite recursion.

Default is 5. Set to 0 to disable depth checking.

public int MaxDelegationDepth { get; set; }

Property Value

int