AgentTraces

data class AgentTraces(val value: List<TracePart>) : TraceElements

Agent trace information for the flow execution.

Constructors

Link copied to clipboard
constructor(value: List<TracePart>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Inherited 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.