Table of Contents

Property BufferSize

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

BufferSize

Gets or sets the buffer size in characters.

When the buffer exceeds this size, it is flushed automatically. Default is 100 characters.

public int BufferSize { get; set; }

Property Value

int