Table of Contents

Method AgentCompleted

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

AgentCompleted(string, int, int, string, bool)

Creates an agent completed token.

public static OrchestrationStreamToken AgentCompleted(string agentName, int step, int tokenIndex, string finalContent, bool isOrchestrationFinal = false)

Parameters

agentName string
step int
tokenIndex int
finalContent string
isOrchestrationFinal bool

Returns

OrchestrationStreamToken
Share