OrchestrationTrace¶
Union Type¶
OrchestrationTrace
module-attribute
¶
OrchestrationTrace = Union[OrchestrationTraceRationale | OrchestrationTraceInvocationInput | OrchestrationTraceObservation | OrchestrationTraceModelInvocationInput | OrchestrationTraceModelInvocationOutput | OrchestrationTraceUnknown]
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
¶
OrchestrationTraceInvocationInput
dataclass
¶
Contains information pertaining to the action group or knowledge base that is being invoked.
Attributes¶
OrchestrationTraceObservation
dataclass
¶
Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.
Attributes¶
OrchestrationTraceModelInvocationInput
dataclass
¶
The input for the orchestration step.
-
The
typeisORCHESTRATION. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.