Method OnOrchestrationCompleteAsync
- Namespace
- LMKit.Agents.Orchestration.Streaming
- Assembly
- LM-Kit.NET.dll
OnOrchestrationCompleteAsync(OrchestrationResult, CancellationToken)
Called when the orchestration completes.
public Task OnOrchestrationCompleteAsync(OrchestrationResult result, CancellationToken cancellationToken = default)
Parameters
resultOrchestrationResultThe final orchestration result.
cancellationTokenCancellationTokenCancellation token.
Returns
- Task
A task representing the async operation.