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
Returns
- AgentSpan
A span that should be disposed when the operation completes.