ed
2bc0ce056e
refactor(ai_client): extract _delete_gemini_cache_result helper (Phase 10 sites 2+3)
...
Sites L1680 (cache.delete on context change) and L1692 (cache.delete on
TTL expiry) had identical patterns:
try: _gemini_client.caches.delete(name=_gemini_cache.name)
except Exception as e: _append_comms('OUT', 'request', {'message': f'[CACHE DELETE WARN] {e}'})
Per TIER1_REVIEW: logging is NOT a drain. MIGRATE to Result[T].
Single helper _delete_gemini_cache_result() -> Result[None]:
- Returns Result(data=None) on success
- Returns Result(data=None, errors=[ErrorInfo]) on SDK failure + logs warning to comms
- Caller (_send_gemini) ignores errors (best-effort cleanup)
Audit: ai_client BC 8 -> 6. Both sites migrated.
2026-06-20 13:00:51 -04:00
..
2026-03-04 09:55:44 -05:00
2026-06-18 10:21:24 -04:00
2026-06-20 13:00:51 -04:00
2026-06-10 11:33:15 -04:00
2026-06-05 23:03:45 -04:00
2026-06-18 10:04:09 -04:00
2026-06-19 19:13:20 -04:00
2026-06-06 10:24:22 -04:00
2026-06-07 01:08:31 -04:00
2026-06-18 10:21:24 -04:00
2026-06-18 10:21:24 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 22:38:17 -04:00
2026-06-11 02:02:56 -04:00
2026-06-06 13:30:18 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 00:40:07 -04:00
2026-06-17 22:38:17 -04:00
2026-06-18 00:14:17 -04:00
2026-06-06 10:24:22 -04:00
2026-06-06 10:24:22 -04:00
2026-06-20 02:49:27 -04:00
2026-06-06 10:24:22 -04:00
2026-06-17 22:42:10 -04:00
2026-06-06 10:24:22 -04:00
2026-06-10 20:50:55 -04:00
2026-06-06 10:24:22 -04:00
2026-06-17 22:39:18 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 10:24:22 -04:00
2026-06-20 10:54:28 -04:00
2026-06-05 21:44:41 -04:00
2026-06-19 07:45:10 -04:00
2026-06-06 19:03:38 -04:00
2026-06-18 10:21:24 -04:00
2026-06-13 17:50:43 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 22:31:35 -04:00
2026-06-05 21:44:41 -04:00
2026-06-19 10:55:54 -04:00
2026-06-06 11:08:07 -04:00
2026-06-06 11:08:07 -04:00
2026-06-18 10:21:24 -04:00
2026-06-18 10:21:24 -04:00
2026-06-12 18:32:05 -04:00
2026-06-16 00:09:02 -04:00
2026-06-12 16:38:09 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 00:21:36 -04:00
2026-06-18 10:21:24 -04:00
2026-06-18 00:10:16 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 19:07:07 -04:00
2026-05-13 22:35:52 -04:00
2026-06-17 22:39:18 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 10:26:32 -04:00
2026-06-06 00:21:36 -04:00
2026-06-15 14:25:54 -04:00
2026-06-06 00:21:36 -04:00
2026-06-06 00:21:36 -04:00
2026-06-11 21:35:32 -04:00
2026-06-06 00:21:36 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 00:21:36 -04:00