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:
@@ -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|-|
|
||||
|
||||
Reference in New Issue
Block a user