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
orchestratorIOrchestratorThe orchestrator being executed.
inputstringThe input to the orchestration.
cancellationTokenCancellationTokenCancellation token.
Returns
- Task
A task representing the async operation.