Skip to content

Bedrock Agent Runtime  >  Unions  >  NodeTraceElements

NodeTraceElements

Union Type

NodeTraceElements module-attribute

Contains trace elements for node execution tracking.

Union Member Types

NodeTraceElementsAgentTraces dataclass

Agent trace information for the node execution.

Attributes

value instance-attribute
value: list[TracePart]

NodeTraceElementsUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str