feat(web): change memory extraction pruning_scene control

This commit is contained in:
zhaoying
2026-03-06 13:54:33 +08:00
parent 0b2651f4ed
commit fed0ae8e9c
5 changed files with 28 additions and 18 deletions

View File

@@ -1572,7 +1572,7 @@ export const en = {
intelligentSemanticPruningFunction: 'Intelligent Semantic Pruning Function',
intelligentSemanticPruningFunctionDesc: 'Whether to activate intelligent semantic pruning (true/false).',
intelligentSemanticPruningScene: 'Intelligent Semantic Pruning Scene',
intelligentSemanticPruningSceneDesc: 'Select intelligent semantic pruning scene (education, online_service, outbound).',
intelligentSemanticPruningSceneDesc: 'Semantic pruning scenarios are consistent with ontology engineering scenarios',
intelligentSemanticPruningThreshold: 'Intelligent Semantic Pruning Threshold',
intelligentSemanticPruningThresholdDesc: 'Set intelligent semantic pruning threshold (0-0.9).',
reflectionEngine: 'Self-Reflexion Engine',