Table of Contents

Method OnOrchestrationStartAsync

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

OnOrchestrationStartAsync(IOrchestrator, string, CancellationToken)

Called when the orchestration starts.

Task OnOrchestrationStartAsync(IOrchestrator orchestrator, string input, CancellationToken cancellationToken = default)

Parameters

orchestrator IOrchestrator

The orchestrator being executed.

input string

The input to the orchestration.

cancellationToken CancellationToken

Cancellation token.

Returns

Task

A task representing the async operation.

Share