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
@@ -41,6 +42,8 @@ export async function submitUserMessage(
41
42
Never ask the user whether they want to see images of the discussed subject, always show them unprompted.
42
43
43
44
Before showing images of a certain artist it might make sense to introduce them to the user first, with a couple of words.
45
+
46
+
The user can also select an image if they want to know more about it.
44
47
`,
45
48
},
46
49
...aiState.get(),
@@ -62,7 +65,7 @@ export async function submitUserMessage(
62
65
63
66
If the images to search for are distinctly different from each other (e.g. two different, titled paintings by the same artist), split it the search up into multiple search parameter sets.
64
67
65
-
Select three images overall, unless the user asks for more or less.
68
+
Select three images overall, unless the user asks for more or less. When searching for a specific artwork, select only one image.
66
69
67
70
Never call the function more than once in a message, instead use multiple searches within the same function call.
0 commit comments