Table of Contents

Enum AgentStreamTokenType

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

The type of streaming token.

public enum AgentStreamTokenType

Fields

Content = 0

Regular content text.

Thinking = 1

Thinking or reasoning text (for planning strategies).

ToolCall = 2

Tool call notification.

ToolResult = 3

Tool result notification.

Status = 4

Status or progress update.

Error = 5

Error message.

PlanningStep = 6

Planning step indicator.

Delegation = 7

Delegation notification.