Skip to content

Bedrock Agent Runtime  >  Unions  >  TraceElements

TraceElements

Union Type

TraceElements module-attribute

Contains trace elements for flow execution tracking.

Union Member Types

TraceElementsAgentTraces dataclass

Agent trace information for the flow execution.

Attributes

value instance-attribute
value: list[TracePart]

TraceElementsUnknown 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