View source: R/bedrockagent_operations.R
bedrockagent_get_prompt | R Documentation |
Retrieves information about the working draft (DRAFT
version) of a prompt or a version of it, depending on whether you include the promptVersion
field or not. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrockagent_get_prompt/ for full documentation.
bedrockagent_get_prompt(promptIdentifier, promptVersion = NULL)
promptIdentifier |
[required] The unique identifier of the prompt. |
promptVersion |
The version of the prompt about which you want to retrieve information. Omit this field to return information about the working draft of the prompt. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.