Table of Contents

Method OnOrchestrationCompleteAsync

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

OnOrchestrationCompleteAsync(OrchestrationResult, CancellationToken)

Called when the orchestration completes.

Task OnOrchestrationCompleteAsync(OrchestrationResult result, CancellationToken cancellationToken = default)

Parameters

result OrchestrationResult

The final orchestration result.

cancellationToken CancellationToken

Cancellation token.

Returns

Task

A task representing the async operation.

Share