Table of Contents

Method Content

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

Content(string, string, int, bool)

Creates a content token.

public static AgentStreamToken Content(string text, string cumulative, int index, bool isFinal = false)

Parameters

text string
cumulative string
index int
isFinal bool

Returns

AgentStreamToken