Values.PromptOverrideConfigurationSourceContains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.
type nonrec t = {promptConfigurations : PromptConfigurations.t;Contains configurations to override a prompt template in one part of an agent sequence. For more information, see Advanced prompts.
*)overrideLambda : LambdaArn.t option;The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations must contain a parserMode value that is set to OVERRIDDEN. For more information, see Parser Lambda function in Amazon Bedrock Agents.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of BasePromptTemplate.t
| `Structure of
(string
* [> `Float of Temperature.t
| `Integer of TopK.t
| `List of [> `String of String_.t ] list ])
list ])
list ]
list
| `String of LambdaArn.t ])
list ]