Type Alias: Span

type Span = WorkflowSpan | LlmSpan | RetrieverSpan | ToolSpan;

Defined in: src/types/log.types.ts:320