Table of Contents

Property BufferContentOnly

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

BufferContentOnly

Gets or sets whether to buffer only content tokens.

When true, non-content tokens (tool calls, status, etc.) are forwarded immediately. Default is true.

public bool BufferContentOnly { get; set; }

Property Value

bool