feat: inject run_id as cache_salt for per-epoch resampling (algo #10)

This commit is contained in:
2026-07-16 06:33:09 -04:00
parent 58a0203522
commit 9be3bdb8eb
4 changed files with 27 additions and 3 deletions
+1
View File
@@ -698,6 +698,7 @@ class TestConcurrencyControl:
*,
session_id: str | None = None,
parent_call_id: str | None = None,
cache_salt: str | None = None,
) -> LLMResponse:
nonlocal current_concurrent, max_concurrent
current_concurrent += 1