Add searchChatHistory tool

This commit is contained in:
2026-05-22 14:15:34 +08:00
parent bc2ab553b9
commit 417b5f631f
3 changed files with 224 additions and 1 deletions
+4 -1
View File
@@ -61,7 +61,7 @@ object JChatGPT : KotlinPlugin(
/**
* 是否包含历史对话
*/
private var includeHistory: Boolean = false
internal var includeHistory: Boolean = false
/**
* 聊天权限
@@ -814,6 +814,9 @@ object JChatGPT : KotlinPlugin(
// 记忆修改
MemoryReplace(),
// 搜索聊天历史
SearchChatHistory(),
// 网页搜索
WebSearch(),