1 Answer
- Newest
- Most votes
- Most comments
0
Hello Deepanshu,
I think you are referring to reusing prompts in Amazon Bedrock. Amazon Bedrock provides you the ability to create and save your own prompts using Prompt management so that you can save time by applying the same prompt to different workflows. You can save different versions and iterate the prompt when you test the prompt. The detailed documentation is provided at the link below:
https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management.html
Please accept the answer if you found it to be helpful.
answered a year ago
Relevant content
asked 2 years ago
asked a month ago
- AWS OFFICIALUpdated 4 months ago

I think the question is about prompt caching which is supported by Bedrock but it's not clear how to enable it in Bedrock Agents.
https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
The examples show how to use it with Converse and InvokeModel APIs, but not with agents