From bbd71e66d4c7d992cbbc7e1e95c318c88c12026f Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Tue, 3 Dec 2024 12:12:02 +0530 Subject: [PATCH] added bundled artifact --- app/components/chat/GitCloneButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat/GitCloneButton.tsx b/app/components/chat/GitCloneButton.tsx index ed899129..62ed6906 100644 --- a/app/components/chat/GitCloneButton.tsx +++ b/app/components/chat/GitCloneButton.tsx @@ -50,7 +50,7 @@ export default function GitCloneButton({ importChat }: GitCloneButtonProps) { const message: Message = { role: 'assistant', content: `Cloning the repo ${repoUrl} into ${workdir} - + ${filePaths .map((filePath) => { const { data: content, encoding } = data[filePath];