Table of Contents

Method StartOrchestrationSpan

Namespace
LMKit.Agents.Observability
Assembly
LM-Kit.NET.dll

StartOrchestrationSpan(string, string)

Starts a new span for an orchestration operation.

public AgentSpan StartOrchestrationSpan(string orchestratorName, string input)

Parameters

orchestratorName string

The name of the orchestrator.

input string

The input to the orchestration.

Returns

AgentSpan

A span that should be disposed when the operation completes.