feat: complete overhaul of AI Assist with premium WOW level UI and stable preview engine
This commit is contained in:
@@ -297,7 +297,7 @@ export interface AIAssistMessage {
|
||||
content: string;
|
||||
agent?: string;
|
||||
preview?: {
|
||||
type: "code" | "design" | "content" | "seo";
|
||||
type: string;
|
||||
data: string;
|
||||
language?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user