






















@@ -246,21 +246,27 @@ Use `accountId` to target a specific account on multi-account channels like Tele
246246</ParamField>
247247<ParamField path="directPolicy" type='"allow" | "block"' default="allow">
248248 Controls direct/DM delivery behavior. `allow`: allow direct/DM heartbeat delivery. `block`: suppress direct/DM delivery (`reason=dm-blocked`).
249+249250</ParamField>
250251<ParamField path="to" type="string">
251252 Optional recipient override (channel-specific id, e.g. E.164 for WhatsApp or a Telegram chat id). For Telegram topics/threads, use `<chatId>:topic:<messageThreadId>`.
253+252254</ParamField>
253255<ParamField path="accountId" type="string">
254256 Optional account id for multi-account channels. When `target: "last"`, the account id applies to the resolved last channel if it supports accounts; otherwise it is ignored. If the account id does not match a configured account for the resolved channel, delivery is skipped.
257+255258</ParamField>
256259<ParamField path="prompt" type="string">
257260 Overrides the default prompt body (not merged).
261+258262</ParamField>
259263<ParamField path="ackMaxChars" type="number" default="300">
260264 Max chars allowed after `HEARTBEAT_OK` before delivery.
265+261266</ParamField>
262267<ParamField path="suppressToolErrorWarnings" type="boolean">
263268 When true, suppresses tool error warning payloads during heartbeat runs.
269+264270</ParamField>
265271<ParamField path="activeHours" type="object">
266272 Restricts heartbeat runs to a time window. Object with `start` (HH:MM, inclusive; use `00:00` for start-of-day), `end` (HH:MM exclusive; `24:00` allowed for end-of-day), and optional `timezone`.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。