Verbose: slow tool batch window to 1s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user