Merge #56 into develop_web from feature/20251219_zy

feat(web): Agent add ai prompt

* feature/20251219_zy: (2 commits)
  feat(web): Agent add ai prompt
  feat(web): Agent add ai prompt

Signed-off-by: zhaoying <zhaoying@redbearai.com>
Merged-by: zhaoying <zhaoying@redbearai.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/56
This commit is contained in:
赵莹
2025-12-25 16:20:21 +08:00
8 changed files with 348 additions and 53 deletions

View File

@@ -1007,6 +1007,15 @@ export const en = {
apiKeyDeleteContent: 'Once deleted, it cannot be recovered, and applications using this Key will not be able to access the API',
currentValue: 'Current Value',
qpsLimitUnit: 'times/second',
addVariable: 'Insert Variable',
defineVariableName: 'Custom Variable Name',
defineVariableNamePlaceholder: 'Enter variable name, e.g.: user_name',
defineVariableNameExtra: 'Format: Variable name will be automatically wrapped with {{}}',
you: 'You',
ai: 'AI Assistant',
promptChatPlaceholder: 'Describe the prompt you need, e.g.: I need a customer service assistant',
promptChatEmpty: 'No conversation content available',
promptEmpty: 'Describe your use case on the left, and the orchestration preview will be displayed here.',
},
userMemory: {
userMemory: 'User Memory',