fix(core): make it real action (#6745)

This commit is contained in:
pengx17
2024-04-30 03:33:09 +00:00
parent a1169a43c9
commit 9b28e7313f

View File

@@ -287,10 +287,9 @@ export function setupAIProvider() {
});
provideAction('makeItReal', options => {
return toImage({
return textToText({
...options,
promptName: 'Make it real',
seed: options.seed,
content:
options.content ||
'Here are the latest wireframes. Could you make a new website based on these wireframes and notes and send back just the html file?',