/AWS1/CL_BDZPOSTPROCINGTRACE¶
Details about the post-processing step, in which the agent shapes the response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_modelinvocationinput TYPE REF TO /AWS1/CL_BDZMODELINVCINPUT /AWS1/CL_BDZMODELINVCINPUT¶
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.
io_modelinvocationoutput TYPE REF TO /AWS1/CL_BDZPOSTPROCINGMDELI00 /AWS1/CL_BDZPOSTPROCINGMDELI00¶
The foundation model output from the post-processing step.
Queryable Attributes¶
modelInvocationInput¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELINVOCATIONINPUT() |
Getter for MODELINVOCATIONINPUT |
modelInvocationOutput¶
The foundation model output from the post-processing step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELINVOCATIONOUTPUT() |
Getter for MODELINVOCATIONOUTPUT |