Table of Contents

Method OrchestrationCompleted

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

OrchestrationCompleted(string, int, string)

Creates an orchestration completed token.

public static OrchestrationStreamToken OrchestrationCompleted(string orchestratorName, int totalSteps, string finalOutput)

Parameters

orchestratorName string
totalSteps int
finalOutput string

Returns

OrchestrationStreamToken
Share