feat: add AI chat button to open it

This commit is contained in:
Akhileshrangani4
2024-10-27 16:58:17 -04:00
parent f6077ed516
commit 198b59aa55
4 changed files with 30 additions and 7 deletions

View File

@ -1028,6 +1028,8 @@ export default function CodeEditor({
setFiles={setFiles}
addNew={(name, type) => addNew(name, type, setFiles, sandboxData)}
deletingFolderId={deletingFolderId}
toggleAIChat={toggleAIChat}
isAIChatOpen={isAIChatOpen}
/>
{/* Outer ResizablePanelGroup for main layout */}
<ResizablePanelGroup