Page chat history at turn boundaries

This commit is contained in:
Federico Jaramillo Martinez
2026-05-11 23:04:08 +02:00
parent a3a9c9205a
commit d7dc18a6ec
4 changed files with 100 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE_PREFIX = "pi-web:chat-history:";
const CACHE_PREFIX = "pi-web:chat-history:v2:";
const CACHE_TTL_MS = 30 * 60 * 1000;
export interface RawMessagePage {