Skip to content

Bedrock Agent Runtime  >  Unions  >  OrchestrationTrace

OrchestrationTrace

Union Type

OrchestrationTrace module-attribute

Details about the orchestration step, in which the agent determines the order in which actions are executed and which knowledge bases are retrieved.

Union Member Types

OrchestrationTraceRationale dataclass

Details about the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting information from a knowledge base.

Attributes

value instance-attribute
value: Rationale

OrchestrationTraceInvocationInput dataclass

Contains information pertaining to the action group or knowledge base that is being invoked.

Attributes

value instance-attribute

OrchestrationTraceObservation dataclass

Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.

Attributes

value instance-attribute
value: Observation

OrchestrationTraceModelInvocationInput dataclass

The input for the orchestration step.

  • The type is ORCHESTRATION.

  • The text contains the prompt.

  • The inferenceConfiguration, parserMode, and overrideLambda values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.

Attributes

value instance-attribute

OrchestrationTraceModelInvocationOutput dataclass

Contains information pertaining to the output from the foundation model that is being invoked.

Attributes

value instance-attribute

OrchestrationTraceUnknown 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