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
@@ -63,6 +63,8 @@ export const mapUIMessagePartsToDBParts = (
};
case 'step-start':
return basePart;
case 'data-compaction':
return null;
case 'data-routing-status':
return {
...basePart,