feat: 移除系统提示词功能,由记忆系统替代
- 移除设置面板中的系统提示词开关和文本框 - 移除 input-area 和 agent-engine 中的系统提示词注入逻辑 - 移除 state/KEYS 中 SYSTEM_PROMPT 和 SYSTEM_PROMPT_ENABLED - 移除 types.d.ts 中对应的 StateKey 类型 - 更新 README.md 设置表和帮助文档 - 记忆系统已完全覆盖系统提示词的功能,且更智能:自动提取、跨会话持久化、按相关性动态注入
This commit is contained in:
Vendored
-2
@@ -278,8 +278,6 @@ export type StateKey =
|
||||
| 'isHistoryView'
|
||||
| 'pendingImages'
|
||||
| 'abortController'
|
||||
| 'systemPrompt'
|
||||
| 'systemPromptEnabled'
|
||||
| 'numCtx'
|
||||
| 'historyPage'
|
||||
| 'historySearchQuery'
|
||||
|
||||
Reference in New Issue
Block a user