Verbose: slow tool batch window to 1s

main
Peter Steinberger 2025-12-03 10:13:02 +00:00
parent deac5ff585
commit b6b5144ddf
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export type CommandReplyResult = {
};
// Debounce window for coalescing successive tool_result messages (ms)
const TOOL_RESULT_DEBOUNCE_MS = 250;
const TOOL_RESULT_DEBOUNCE_MS = 1000;
type ToolMessageLike = {
name?: string;