Table of Contents

Method Thinking

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

Thinking(string, string, int, int, string)

Creates a thinking/reasoning token.

public static OrchestrationStreamToken Thinking(string text, string agentName, int step, int tokenIndex, string cumulativeText)

Parameters

text string
agentName string
step int
tokenIndex int
cumulativeText string

Returns

OrchestrationStreamToken
Share