diff --git a/src/agents/tools/sessions-send-helpers.ts b/src/agents/tools/sessions-send-helpers.ts index 1da897984fb..5d03539804a 100644 --- a/src/agents/tools/sessions-send-helpers.ts +++ b/src/agents/tools/sessions-send-helpers.ts @@ -7,8 +7,6 @@ import { normalizeChannelId as normalizeChatChannelId } from "../../channels/reg import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { ANNOUNCE_SKIP_TOKEN, REPLY_SKIP_TOKEN } from "./sessions-send-tokens.js"; export { - ANNOUNCE_SKIP_TOKEN, - REPLY_SKIP_TOKEN, isAnnounceSkip, isNonDeliverableSessionsReply, isReplySkip,