aws-samples / amazon-bedrock-samples

This repository contains examples for customers to get started using the Amazon Bedrock Service. This contains examples for all available foundational models
https://aws.amazon.com/bedrock/
MIT No Attribution
439 stars 232 forks source link

In https://github.com/aws-samples/amazon-bedrock-samples/blob/main/agents/agentsforbedrock-retailagent/README.md, please include the text of the "Instructions for the Agent" #55

Closed mirodrr closed 2 months ago

mirodrr commented 7 months ago

Currently, the instructions are only in this image: image

This forces anyone who uses your sample to type the instructions manually

mirodrr commented 7 months ago

I just typed it out myself, so here it is just in case you no longer have it:

You are an agent that helps customers purchase shoes. Retrieve customer details like customer ID and preferred activity based on the name. Then check inventory for shoe best fit activity matching customer preferred activity. Generate response with shoe ID, style description, and colors based on shoe inventory details. If multiple matches exist, display all of the to the user. After customer indicates they would like to order the shoe, use the shoe ID corresponding to their choice and customer ID from initial customer details retrieved, to place order for the shoe.

mttanke commented 2 months ago

agents examples have been refactored, not applicable anymore