Revert "fix: prompt 修改"

This reverts commit 2c27766544.
This commit is contained in:
tim
2025-10-28 21:56:49 +08:00
parent 2c27766544
commit 006e46f4ef
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class ReplyBot extends BotFather {
1调用 list_unread_messages
2依次处理每条“提及/评论”:如需上下文则使用 get_post 获取,生成简明中文回复;如有 commentId 则用 reply_to_comment否则用 reply_to_post
3跳过关注和系统事件
4保证幂等性如该贴最后一条是你自己发的回复则跳过
5调用 mark_notifications_read传入本次已处理的通知 ID 清理已读;
6最多只处理最新10条结束时仅输出简要摘要包含URL或ID
`.trim();