parser Mode
Parameters
value
Whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the prompt_type
. If you set the argument as OVERRIDDEN
, the override_lambda
argument in the prompt_override_configuration
block must be specified with the ARN of a Lambda function. Valid values: DEFAULT
, OVERRIDDEN
.