PostProcessingTrace¶
Union Type¶
PostProcessingTrace
module-attribute
¶
PostProcessingTrace = Union[PostProcessingTraceModelInvocationInput | PostProcessingTraceModelInvocationOutput | PostProcessingTraceUnknown]
Details about the post-processing step, in which the agent shapes the response.
Union Member Types¶
PostProcessingTraceModelInvocationInput
dataclass
¶
The input for the post-processing step.
-
The
typeisPOST_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.