feat: add message compaction for AI chats (#19205)
This commit is contained in:
@@ -88,4 +88,5 @@ export type DataMessagePart = {
|
||||
};
|
||||
'code-execution': CodeExecutionData;
|
||||
'thread-title': { title: string };
|
||||
compaction: Record<string, never>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user