Table of Contents

Method StartInferenceSpan

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

StartInferenceSpan(string, AgentSpan)

Starts a new span for a model inference call.

AgentSpan StartInferenceSpan(string modelName, AgentSpan parentSpan)

Parameters

modelName string

The model name, if known.

parentSpan AgentSpan

The parent span.

Returns

AgentSpan

A span that should be disposed when the operation completes.