Enum SpanKind
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
The kind of span.
public enum SpanKind
Fields
Internal = 0Internal operation.
Agent = 1Agent execution.
Tool = 2Tool invocation.
Planning = 3Planning operation.
Delegation = 4Delegation to another agent.
Orchestration = 5Orchestration operation.
Inference = 6Model inference call.