Skip to content

Commit 33809f4

Browse files
committed
docs: reword wizard prompts to ask what to know, not for a plan
1 parent 74f86f1 commit 33809f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/app/components/global/GettingStartedWizard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function buildAssistantPrompt(): string {
277277
const intro = lines.length
278278
? `I want to build a devtool with Devframe. Here's what I have in mind:\n${lines.join('\n')}`
279279
: `I want to get started building a devtool with Devframe.`
280-
return `${intro}\n\nWhich Devframe features fit this, and which docs should I read (in order)? Please outline a concrete plan.`
280+
return `${intro}\n\nWhich Devframe features fit this, and what should I know to build it? Point me to the docs worth reading.`
281281
}
282282
283283
/**
@@ -299,7 +299,7 @@ function buildCopyPrompt(): string {
299299
'Please help me design and implement this with Devframe. Relevant documentation:',
300300
...docs,
301301
'',
302-
'Explain which Devframe primitives to use and give me a step-by-step implementation plan.',
302+
'Which Devframe primitives fit this, and what should I know to build it?',
303303
].join('\n')
304304
}
305305

0 commit comments

Comments
 (0)