We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c3414 commit a79ffd0Copy full SHA for a79ffd0
frontend/src/core/errors/errors.ts
@@ -87,7 +87,7 @@ export function getAutoFixes(
87
const datasourceContext = getDatasourceContext(ctx.cellId);
88
let initialPrompt = `Fix the SQL statement: ${error.msg}.`;
89
if (datasourceContext) {
90
- initialPrompt += `\nUse the following tables and schema to form your query: ${datasourceContext}`;
+ initialPrompt += `\nDatabase schema: ${datasourceContext}`;
91
}
92
ctx.aiFix?.setAiCompletionCell({
93
cellId: ctx.cellId,
0 commit comments