mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-09-15 02:56:10 +08:00
Add searchChatHistory tool
This commit is contained in:
@@ -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(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user