Skip to content

Commit d9f61a2

Browse files
committed
Updated message
Signed-off-by: worksofliam <[email protected]>
1 parent 52052d4 commit d9f61a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiProviders/prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function buildPrompt(input: string, options: PromptOptions = {}): P
4747

4848
// TODO: self?
4949

50-
progress(`Building table definition for ${currentSchema}...`);
50+
progress(`Finding objects to work with...`);
5151
const refs = await getSqlContextItems(input);
5252

5353
if (options.history) {

0 commit comments

Comments
 (0)