PreProcessingTrace¶
Union Type¶
PreProcessingTrace
module-attribute
¶
PreProcessingTrace = Union[PreProcessingTraceModelInvocationInput | PreProcessingTraceModelInvocationOutput | PreProcessingTraceUnknown]
Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.
Union Member Types¶
PreProcessingTraceModelInvocationInput
dataclass
¶
The input for the pre-processing step.
-
The
typeisPRE_PROCESSING. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.