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
@@ -16,6 +17,22 @@ You analyse the query, and the content of the site, and generate a page that wil
16
17
- Always use the provided tools to understand the docs knowledge base, do not make up information.
17
18
`;
18
19
20
+
constFOLLOWUP_PROMPT=`
21
+
Generate a short JSON list with message suggestions for a user to post in a chat. The suggestions will be displayed next to the text input, allowing the user to quickly tap and pick one.
22
+
23
+
# Guidelines
24
+
25
+
- Ensure suggestions are concise and relevant for general chat conversations.
26
+
- Limit the length of each suggestion to ensure quick readability and tap selection.
27
+
- Suggest at most 3 responses.
28
+
- Only suggest responses that are relevant followup to the conversation, otherwise return an empty list.
29
+
- When the last message finishes with questions, suggest responses that answer the questions.
30
+
31
+
# Output Format
32
+
33
+
Provide the suggestions as a JSON array with each suggestion as a string. Ensure the suggestions are short and suitable for quick tapping.
0 commit comments