Event BeforeDelegation
- Namespace
- LMKit.Agents.Delegation
- Assembly
- LM-Kit.NET.dll
Fired before each programmatic delegation executed through DelegateAsync(DelegationRequest, CancellationToken). Does not fire for delegations driven by SupervisorOrchestrator.
public event EventHandler<BeforeDelegationEventArgs> BeforeDelegation
Returns
- EventHandler<BeforeDelegationEventArgs>
- Fired before each programmatic delegation executed through . Does not fire for delegations driven by .