Method StartDelegationSpan
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
StartDelegationSpan(string, string, AgentSpan)
Starts a new span for a delegation operation.
public AgentSpan StartDelegationSpan(string sourceAgent, string targetAgent, AgentSpan parentSpan)
Parameters
sourceAgentstringThe agent delegating.
targetAgentstringThe agent receiving the delegation.
parentSpanAgentSpanThe parent span.
Returns
- AgentSpan
A span that should be disposed when the operation completes.