Skip to content

Commit 64628ef

Browse files
committed
Added some additional steps to GalleryPrompt
1 parent 5c241f0 commit 64628ef

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/prompts/GalleryPrompt.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ export function getGalleryPrompt(artist: string) {
1111
+ `\nTake into account the following when creating the gallery:`
1212
+ `\n1. Execute the tools you need to get the information you need.`
1313
+ `\n2. For each artwork in the gallery include Title and Artist below the image`
14-
+ `\n3. Include the artist's name at the top of the gallery.`
15-
+ `\n4. When the user clicks on the image, it should show the rest of the information about the artwork.`
16-
+ `\n5. For the image use Image URL from the 'get-artwork-by-id' tool.`
17-
+ `\n6. Make sure to attribute the image to the Art Institute of Chicago. Their URL is https://www.artic.edu/`
18-
+ `\n7. Once you have created the gallery, let the user know that images are not allowed in HTML artifacts for security reasons. Let them know that they can download the gallery and view the images in a browser.`
14+
+ `\n3. For each artwork in the gallery use the Image URL, do NOT use a placeholder image.`
15+
+ `\n4. Include the artist's name at the top of the gallery.`
16+
+ `\n5. When the user clicks on the image, it should show the rest of the information about the artwork.`
17+
+ `\n6. When displaying the rest of the information and the user clicks on the image, it should show the image in a new tab.`
18+
+ `\n7. For the image use Image URL from the 'get-artwork-by-id' tool.`
19+
+ `\n8. Make sure to attribute the image to the Art Institute of Chicago. Their URL is https://www.artic.edu/`
20+
+ `\n9. Once you have created the gallery, let the user know that images are not allowed in HTML artifacts for security reasons. Let them know that they can download the gallery and view the images in a browser.`
1921
;
2022
}

0 commit comments

Comments
 (0)