TraceElements

sealed class TraceElements

Contains trace elements for flow execution tracking.

Inheritors

Types

Link copied to clipboard
data class AgentTraces(val value: List<TracePart>) : TraceElements

Agent trace information for the flow execution.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this TraceElements as a AgentTraces and retrieves its kotlin.collections.List value. Throws an exception if the TraceElements is not a AgentTraces.

Link copied to clipboard

Casts this TraceElements as a AgentTraces and retrieves its kotlin.collections.List value. Returns null if the TraceElements is not a AgentTraces.