Table of Contents

Method ConsoleVerbose

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

ConsoleVerbose()

Creates a handler that writes all tokens to the console with detailed information.

public static DelegateOrchestrationStreamHandler ConsoleVerbose()

Returns

DelegateOrchestrationStreamHandler

A handler configured for verbose console output.

Share