Heartbeat: shorten prompt to token

main
Peter Steinberger 2025-11-27 02:48:23 +01:00
parent 26b087c1b4
commit f869cd4b79
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ const formatDuration = (ms: number) =>
const DEFAULT_REPLY_HEARTBEAT_MINUTES = 30;
export const HEARTBEAT_TOKEN = "HEARTBEAT_OK";
export const HEARTBEAT_PROMPT =
"HEARTBEAT ping — if nothing important happened, reply exactly HEARTBEAT_OK. Otherwise return a concise alert.";
export const HEARTBEAT_PROMPT = "HEARTBEAT";
export function resolveReplyHeartbeatMinutes(
cfg: ReturnType<typeof loadConfig>,