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
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en-US/views/application.ts
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,20 @@ export default {
35
35
confirmUse: 'Are you sure you want to use',
36
36
overwrite: 'overwrite the current workflow',
37
37
},
38
-
38
+
longTermMemory: {
39
+
title: 'Long-term Memory',
40
+
setting: 'Long-term Memory Settings',
41
+
triggerType: 'Trigger Type',
42
+
roundTrigger: 'Round-based Trigger',
43
+
roundTriggerTip: 'After accumulating N rounds, automatically extract N rounds of conversation to generate memory',
44
+
triggerInterval: 'Trigger Interval',
45
+
scheduledTrigger: 'Scheduled Trigger',
46
+
scheduledTriggerTip: 'After reaching the set time, automatically extract all conversations within the cycle to generate memory',
47
+
cronExpressionInvalid: 'Cron expression is invalid',
48
+
tips1: `After enabling, new conversations will be recorded from the activation time and memory will be generated periodically, which can be called through`,
49
+
tips2: `variables in the system prompt.
50
+
After disabling, the long-term memory of the conversation users will be cleared, and re-enabling will resume accumulation from the activation point.`,
0 commit comments