/** * AI Helper page template */ // oxlint-disable-next-line no-unused-vars import { Html } from "@elysiajs/html"; import { page } from "./base"; import { AiHelperHeader, ChatPanel, CurrentPromptPanel, QuickActions, QuickGeneratePanel, ReferenceSidebar, } from "./components/ai-helper/page-sections"; export { aiHelperChatResponse, aiHelperGenerateResponse } from "./components/ai-helper/responses"; const aiHelperScriptTag = ; export function aiHelperPage(guildId?: string, guildName?: string): string { return page({ title: "AI Personality Helper - Joel Bot", content: (