We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd083a commit f35799bCopy full SHA for f35799b
1 file changed
apps/web/components/new/chat/index.tsx
@@ -50,13 +50,6 @@ const DEFAULT_SUGGESTIONS = [
50
"What are the main themes across my memories?",
51
]
52
53
-const DEFAULT_SUGGESTIONS = [
54
- "Show me all content related to Supermemory.",
55
- "Summarize the key ideas from My Gita.",
56
- "Which memories connect design and AI?",
57
- "What are the main themes across my memories?",
58
-]
59
-
60
function ChatEmptyStatePlaceholder({
61
onSuggestionClick,
62
suggestions = DEFAULT_SUGGESTIONS,
0 commit comments