Enum AgentStreamTokenType
The type of streaming token.
public enum AgentStreamTokenType
Fields
Content = 0Regular content text.
Thinking = 1Thinking or reasoning text (for planning strategies).
ToolCall = 2Tool call notification.
ToolResult = 3Tool result notification.
Status = 4Status or progress update.
Error = 5Error message.
PlanningStep = 6Planning step indicator.
Delegation = 7Delegation notification.