This commit is contained in:
@@ -44,7 +44,6 @@ export const MEMORY_SENSITIVITY_LEVELS = ["normal", "private", "sensitive"] as c
|
||||
export type MemorySensitivity = (typeof MEMORY_SENSITIVITY_LEVELS)[number];
|
||||
|
||||
export const SENSITIVE_MEMORY_CATEGORIES: MemoryCategory[] = [
|
||||
"worries",
|
||||
"personal_context",
|
||||
"boundaries",
|
||||
];
|
||||
@@ -116,7 +115,7 @@ export const DEFAULT_AI_MEMORY_LEARNING: AiMemoryLearningSettings = {
|
||||
(c) => !SENSITIVE_MEMORY_CATEGORIES.includes(c)
|
||||
),
|
||||
suggestAfterReflection: true,
|
||||
suggestAfterChat: false,
|
||||
suggestAfterChat: true,
|
||||
maxPendingSuggestions: 10,
|
||||
minDaysBetweenNudges: 3,
|
||||
allowSensitiveCategories: false,
|
||||
|
||||
Reference in New Issue
Block a user