File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -523,6 +523,10 @@ export default {
523523 basic_info : 'Basic Info' ,
524524 system_prompt : 'System Prompt' ,
525525 auto_approve_all_tools : 'Auto-approve all tools' ,
526+ compact_model : 'Compact Model' ,
527+ compact_model_placeholder : 'No auto-compact if not set' ,
528+ compact_prompt : 'Compact Prompt' ,
529+ compact_prompt_placeholder : 'Custom compact instruction (leave empty for default)' ,
526530 model_call_timeout : 'Model call timeout (seconds)' ,
527531 model_call_timeout_placeholder : 'Leave empty for no timeout' ,
528532 use_all : 'Use all' ,
Original file line number Diff line number Diff line change @@ -523,6 +523,10 @@ export default {
523523 basic_info : '基本信息' ,
524524 system_prompt : '系统提示词' ,
525525 auto_approve_all_tools : '自动批准所有工具' ,
526+ compact_model : '对话压缩模型' ,
527+ compact_model_placeholder : '不配置则不自动压缩' ,
528+ compact_prompt : '压缩提示词' ,
529+ compact_prompt_placeholder : '自定义压缩指令(不填则使用默认)' ,
526530 model_call_timeout : '模型调用超时(秒)' ,
527531 model_call_timeout_placeholder : '不填则不超时' ,
528532 use_all : '使用全部' ,
You can’t perform that action at this time.
0 commit comments