profile: harden batch analysis and compaction

This commit is contained in:
2026-08-03 02:53:59 +08:00
parent aa67305d80
commit f102264a55
28 changed files with 2232 additions and 346 deletions
-6
View File
@@ -75,12 +75,6 @@ object PluginConfig : AutoSavePluginConfig("Config") {
@ValueDescription("画像分析模型额外请求体JSON。留空时继承聊天模型额外请求体")
val profileModelExtraBody: String by value("")
@ValueDescription("画像分析提示词文件路径,相对于插件配置目录")
val profilePromptFile: String by value("ProfilePrompt.md")
@ValueDescription("闭合群聊多人画像提示词文件路径,相对于插件配置目录")
val profileConversationPromptFile: String by value("ProfileConversationPrompt.md")
@ValueDescription("画像分析使用的聊天记录SQLite路径。留空时使用插件自己的chat-history.sqlite;本地实验可填写历史库绝对路径")
val profileHistoryDatabasePath: String by value("")