test(provider): cover duplicate streaming tool call ids

This commit is contained in:
Xubin Ren
2026-05-21 12:28:24 +08:00
parent 77ec55bf8e
commit 3d3ebf1110
3 changed files with 67 additions and 2 deletions
-1
View File
@@ -10,7 +10,6 @@ from dataclasses import dataclass, field
from pathlib import Path
from typing import Any, Awaitable, Callable
TRACKED_FILE_EDIT_TOOLS = frozenset({"write_file", "edit_file", "notebook_edit"})
_MAX_SNAPSHOT_BYTES = 2 * 1024 * 1024
_LIVE_EMIT_INTERVAL_S = 0.18