feat: add message compaction for AI chats (#19205)
This commit is contained in:
@@ -51,7 +51,7 @@ export const mapDBPartToUIMessagePart = (
|
||||
};
|
||||
case 'step-start':
|
||||
return {
|
||||
type: 'step-start',
|
||||
type: part.type,
|
||||
};
|
||||
case 'data-routing-status':
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user