AgentTraces

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

Agent trace information for the node 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 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.