mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Merge branch 'main' into copilot/5350-implement-repro-unit-test
This commit is contained in:
@@ -161,7 +161,6 @@ class InMemoryCacheProvider:
|
||||
entry = self._cache.pop(key, None)
|
||||
if entry is not None:
|
||||
self._current_size_bytes -= entry[2]
|
||||
self._cache.pop(key, None)
|
||||
|
||||
|
||||
def create_protection_scopes_cache_key(request: ProtectionScopesRequest) -> str:
|
||||
|
||||
Reference in New Issue
Block a user