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
@@ -51,7 +51,7 @@ export const mapDBPartToUIMessagePart = (
};
case 'step-start':
return {
type: 'step-start',
type: part.type,
};
case 'data-routing-status':
return {