Table of Contents

Property BufferSize

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

BufferSize

Gets or sets the buffer size for token batching.

Larger values reduce callback overhead but increase latency. Default is 1 (no batching).

public int BufferSize { get; set; }

Property Value

int