docs: clarify ambient room recommendation · openclaw/openclaw@6b688ed
steipete
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -10,11 +10,11 @@ sidebarTitle: "Ambient room events"
|
10 | 10 | |
11 | 11 | Ambient room events let OpenClaw process unmentioned group or channel chatter as quiet context. The agent can update memory and session state, but the room stays silent unless the agent explicitly calls the `message` tool. |
12 | 12 | |
13 | | -Use this for always-on rooms where the agent should listen, decide when a reply is useful, and avoid the old prompt pattern of answering `NO_REPLY`. |
| 13 | +For always-on group chats, this is the recommended mode: combine `messages.groupChat.unmentionedInbound: "room_event"` with `messages.groupChat.visibleReplies: "message_tool"`. Use it when the agent should listen, decide when a reply is useful, and avoid the old prompt pattern of answering `NO_REPLY`. |
14 | 14 | |
15 | 15 | Supported today: Discord guild channels, Slack channels and private channels, Slack multi-person DMs, and Telegram groups or supergroups. Other group channels keep their existing group behavior unless their channel page says they support ambient room events. |
16 | 16 | |
17 | | -## Quick setup |
| 17 | +## Recommended setup |
18 | 18 | |
19 | 19 | Set the global group-chat behavior: |
20 | 20 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。