export function generateHtmlDocument(body: string, css: string, js: string): string { return ` Pi Assistant Response ${body} `; }