Skip to content

Bedrock Agent Runtime  >  Structures  >  CustomOrchestrationTraceEvent

CustomOrchestrationTraceEvent

Structure Class

CustomOrchestrationTraceEvent dataclass

The event in the custom orchestration sequence. Events are the responses which the custom orchestration Lambda function sends as response to the agent.

Attributes

text class-attribute instance-attribute
text: str | None = None

The text that prompted the event at this step.