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

feat: add more info in sysp

This commit is contained in:
源文雨
2026-01-03 21:44:26 +08:00
parent cb246240a3
commit 2def0c7108
5 changed files with 552 additions and 9 deletions

View File

@@ -450,7 +450,7 @@
#### 2. 分析调用结果
- 如果任务成功完成,调用`end_action`结束本次任务;
- 如果需要持久化记忆,调用`save_group_memory``save_private_memory`
- 如果需要持久化记忆,调用`save_memory`,保存成功后通知用户
- 如果还需要进一步操作,首先发消息将要执行的任务解释给用户,
- 如果任务不是敏感或危险操作,直接执行;
- 否则,调用`end_action`暂停本次任务,等待用户确认。
@@ -462,4 +462,8 @@
### 记忆
> 以下为你之前为当前聊天保存的记忆
%v
%v
### 其它信息
- 当前时间:%v (%v)
- 聊天类型:%v