Table of Contents

Constructor OrchestrationStreamToken

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

OrchestrationStreamToken(string, OrchestrationStreamTokenType, string, int, int, string, bool, bool, IReadOnlyDictionary<string, object>)

Initializes a new instance of the OrchestrationStreamToken class.

public OrchestrationStreamToken(string text, OrchestrationStreamTokenType type, string agentName, int step, int tokenIndex, string cumulativeText = null, bool isAgentFinal = false, bool isOrchestrationFinal = false, IReadOnlyDictionary<string, object> metadata = null)

Parameters

text string
type OrchestrationStreamTokenType
agentName string
step int
tokenIndex int
cumulativeText string
isAgentFinal bool
isOrchestrationFinal bool
metadata IReadOnlyDictionary<string, object>
Share