mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 11:17:02 +00:00
added bundled artifact
This commit is contained in:
parent
509390569f
commit
bbd71e66d4
@ -50,7 +50,7 @@ export default function GitCloneButton({ importChat }: GitCloneButtonProps) {
|
||||
const message: Message = {
|
||||
role: 'assistant',
|
||||
content: `Cloning the repo ${repoUrl} into ${workdir}
|
||||
<boltArtifact id="imported-files" title="Git Cloned Files">
|
||||
<boltArtifact id="imported-files" title="Git Cloned Files" type="bundled" >
|
||||
${filePaths
|
||||
.map((filePath) => {
|
||||
const { data: content, encoding } = data[filePath];
|
||||
|
Loading…
Reference in New Issue
Block a user