You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/prompts/GalleryPrompt.ts
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,12 @@ export function getGalleryPrompt(artist: string) {
11
11
+`\nTake into account the following when creating the gallery:`
12
12
+`\n1. Execute the tools you need to get the information you need.`
13
13
+`\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.`
0 commit comments