View source: R/bedrockagent_operations.R
bedrockagent_update_prompt | R Documentation |
Modifies a prompt in your prompt library. Include both fields that you want to keep and fields that you want to replace. For more information, see Prompt management in Amazon Bedrock and Edit prompts in your prompt library in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_prompt/ for full documentation.
bedrockagent_update_prompt(
customerEncryptionKeyArn = NULL,
defaultVariant = NULL,
description = NULL,
name,
promptIdentifier,
variants = NULL
)
customerEncryptionKeyArn |
The Amazon Resource Name (ARN) of the KMS key to encrypt the prompt. |
defaultVariant |
The name of the default variant for the prompt. This value must match
the |
description |
A description for the prompt. |
name |
[required] A name for the prompt. |
promptIdentifier |
[required] The unique identifier of the prompt. |
variants |
A list of objects, each containing details about a variant of the prompt. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.