fix(reply): define dedupe window constant in agent-runner
This commit is contained in:
parent
d71a01d0ea
commit
a1b5386693
@ -58,6 +58,8 @@ import { incrementRunCompactionCount, persistRunSessionUsage } from "./session-r
|
||||
import { createTypingSignaler } from "./typing-mode.js";
|
||||
import type { TypingController } from "./typing.js";
|
||||
|
||||
const RECENT_MESSAGING_TOOL_DEDUPE_WINDOW_MS = 2 * 60 * 1000;
|
||||
|
||||
const BLOCK_REPLY_SEND_TIMEOUT_MS = 15_000;
|
||||
|
||||
export async function runReplyAgent(params: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user