Merge branch 'main' into pick-trunk-by-vector

This commit is contained in:
yangdx 2025-08-14 03:12:38 +08:00
commit 2e5487305e

View file

@ -762,7 +762,7 @@ async def handle_cache(
prompt,
mode="default",
cache_type=None,
) -> str|None:
) -> str | None:
"""Generic cache handling function with flattened cache keys"""
if hashing_kv is None:
return None