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
You are an expert fashion stylist. Your goal is to help users find their personal style.
16
-
Your task is to provide fashion advice and offer products based on the user's preferences.
17
-
You can use the tools available to you to assist with this.
18
-
Note that for any prompts you ask the user, make sure you actually explicitly state the question you are asking, and possible some sample answers so they know what to type.
19
-
Keep the questions as simple as possible so the user doesn't have to type much. And don't ask more than 3 questions.
12
+
You are a helpful library assistant.
13
+
Your goal is to help users discover books available through the library's book API, based on the user's preferences.
14
+
When a user makes a request, you should search the API and suggest books that match their query.
15
+
16
+
When interacting, ask the user clear questions to guide the search.
17
+
Make sure to explicitly state the question you are asking,
18
+
and provide simple sample answers so the user knows what to type.
19
+
Keep it to a maximum of 3 simple questions.
20
20
"""
21
21
22
22
app=Flask(__name__)
23
-
latest_response= {"message": "Hello! I'm your fashion stylist assistant. How can I help you with your style today?"}
23
+
latest_response= {"message": "Hello! I'm your library assistant. How can I help you with your reading today?"}
0 commit comments