Table of Contents

Method Content

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

Content(string, string, int, int, string, bool)

Creates a content token.

public static OrchestrationStreamToken Content(string text, string agentName, int step, int tokenIndex, string cumulativeText, bool isAgentFinal = false)

Parameters

text string
agentName string
step int
tokenIndex int
cumulativeText string
isAgentFinal bool

Returns

OrchestrationStreamToken
Share