Feature: Memory interface integration testing (#11833)

### What problem does this PR solve?

Feature: Memory interface integration testing

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
chanx
2025-12-09 14:52:58 +08:00
committed by GitHub
parent c51e6b2a58
commit 28bc87c5e2
32 changed files with 1168 additions and 501 deletions

View File

@ -101,7 +101,7 @@ export default {
dataset: 'Dataset',
Memories: 'Memory',
},
memory: {
memories: {
memory: 'Memory',
createMemory: 'Create Memory',
name: 'Name',
@ -110,9 +110,15 @@ export default {
embeddingModel: 'Embedding model',
selectModel: 'Select model',
llm: 'LLM',
delMemoryWarn: `After deletion, all messages in this memory will be deleted and cannot be retrieved by agents.`,
},
memoryDetail: {
memory: {
messages: {
copied: 'Copied!',
contentEmbed: 'Content embed',
content: 'Content',
delMessageWarn: `After forgetting, this message will not be retrieved by agents.`,
forgetMessage: 'Forget message',
sessionId: 'Session ID',
agent: 'Agent',
type: 'Type',
@ -122,6 +128,27 @@ export default {
enable: 'Enable',
action: 'Action',
},
config: {
avatar: 'Avatar',
description: 'Description',
memorySize: 'Memory size',
advancedSettings: 'Advanced Settings',
permission: 'Permission',
onlyMe: 'Only Me',
team: 'Team',
storageType: 'Storage Type',
storageTypePlaceholder: 'Please select storage type',
forgetPolicy: 'Forget Policy',
temperature: 'Temperature',
systemPrompt: 'System Prompt',
systemPromptPlaceholder: 'Please enter system prompt',
userPrompt: 'User Prompt',
userPromptPlaceholder: 'Please enter user prompt',
},
sideBar: {
messages: 'Messages',
configuration: 'Configuration',
},
},
knowledgeList: {
welcome: 'Welcome back',