mirror of
https://github.com/jie65535/JChatGPT.git
synced 2025-07-28 18:59:20 +08:00
Update memory agent description
This commit is contained in:
parent
11bdaff54d
commit
d1ee8f9fcf
@ -15,7 +15,7 @@ import top.jie65535.mirai.PluginData
|
||||
class MemoryAgent : BaseAgent(
|
||||
tool = Tool.function(
|
||||
name = "remember",
|
||||
description = "更新当前记忆块。新增记忆时请带上原记忆,否则会被覆盖!",
|
||||
description = "用于更新当前记忆块,可以用于记住网友的特征和事实等。新增记忆时请带上原记忆,否则会被覆盖!",
|
||||
parameters = Parameters.buildJsonObject {
|
||||
put("type", "object")
|
||||
putJsonObject("properties") {
|
||||
|
Loading…
Reference in New Issue
Block a user