NodeTraceElements

sealed class NodeTraceElements

Contains trace elements for node execution tracking.

Inheritors

Types

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

Agent trace information for the node execution.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

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