GraphCheckpointProperties

data class GraphCheckpointProperties(val nodePath: String, val lastOutput: JSONElement = JSONNull)(source)

Specialized data for graph-based agents, including execution path and output state.

Constructors

Link copied to clipboard
constructor(nodePath: String, lastOutput: JSONElement = JSONNull)

Properties

Link copied to clipboard
val lastOutput: JSONElement

Serialized output received from the node with nodePath.

Link copied to clipboard

The identifier of the node where the checkpoint was created.