Event AfterTextCompletion
Event triggered following the execution of a text completion. Use to inspect the final assistant output and optionally influence post-processing.
public event EventHandler<AfterTextCompletionEventArgs> AfterTextCompletion
Returns
- EventHandler<AfterTextCompletionEventArgs>
- Event triggered following the execution of a text completion. Use to inspect the final assistant output and optionally influence post-processing.
- Implements