feat: add message compaction for AI chats (#19205)

This commit is contained in:
Abdul Rahman
2026-04-02 20:43:11 +05:30
committed by GitHub
parent c1e4756f9c
commit 7f2b853ae1
11 changed files with 146 additions and 15 deletions
@@ -88,4 +88,5 @@ export type DataMessagePart = {
};
'code-execution': CodeExecutionData;
'thread-title': { title: string };
compaction: Record<string, never>;
};