Table of Contents

Event AfterTextCompletion

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

Fired for each text segment produced by a worker agent during delegation.

Subscribe to this event to stream worker output in real time.

public event EventHandler<AfterTextCompletionEventArgs> AfterTextCompletion

Returns

EventHandler<AfterTextCompletionEventArgs>
Fired for each text segment produced by a worker agent during delegation. Subscribe to this event to stream worker output in real time.
Share