Table of Contents

Method StartDelegationSpan

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

StartDelegationSpan(string, string, AgentSpan)

Starts a new span for a delegation operation.

AgentSpan StartDelegationSpan(string sourceAgent, string targetAgent, AgentSpan parentSpan)

Parameters

sourceAgent string

The agent delegating.

targetAgent string

The agent receiving the delegation.

parentSpan AgentSpan

The parent span.

Returns

AgentSpan

A span that should be disposed when the operation completes.