1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-22 03:56:23 +08:00

feat: add memory

This commit is contained in:
源文雨
2026-01-03 16:33:50 +08:00
parent c11c679e46
commit 1373905df8
7 changed files with 122 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ import "testing"
const fulltab = `|功能|action|params|data|
|---|---|---|---|
|结束或暂停任务|end_action|-|-|
|持久化记忆|save_memory|text 简明扼要地用一句话概括你认为在该会话必须记住的一件事,禁止换行 (string)|-|
|发送私聊消息|send_private_msg|user_id 对方QQ号message 要发送的内容 (json.RawMessage)|message_id 消息ID (number)|
|发送群消息|send_group_msg|group_id 群号message 要发送的内容 (json.RawMessage)|message_id 消息ID (number)|
|撤回消息|delete_msg|message_id 消息ID|-|