mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 18:15:06 +08:00
feat: memory status (#12959)
### What problem does this PR solve? Add memory status indicator and detail message dialog ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -129,6 +129,17 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
|
||||
delMemoryWarn: `After deletion, all messages in this memory will be deleted and cannot be retrieved by agents.`,
|
||||
},
|
||||
memory: {
|
||||
taskLogDialog: {
|
||||
title: 'Memory',
|
||||
startTime: 'Start time',
|
||||
status: 'Status',
|
||||
details: 'Details',
|
||||
|
||||
success: 'Success',
|
||||
running: 'Running',
|
||||
failed: 'Failed',
|
||||
},
|
||||
|
||||
messages: {
|
||||
forget: 'Forget',
|
||||
forgetMessageTip: 'Are you sure you want to forget?',
|
||||
|
||||
Reference in New Issue
Block a user