We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c262070 commit c54d915Copy full SHA for c54d915
src/init/features/dataconnect/index.ts
@@ -119,7 +119,7 @@ export async function askQuestions(setup: Setup): Promise<void> {
119
);
120
}
121
const wantToGenerate = await confirm({
122
- message: "Do you want to generate schema and example queries with Gemini?",
+ message: "Do you want to generate schema and queries with Gemini?",
123
default: false,
124
});
125
if (wantToGenerate) {
0 commit comments