Skip to content

Commit b69f411

Browse files
fix(wren-ai-service): Fix small typo in SQL correction instructions (#2029)
1 parent 7d07162 commit b69f411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wren-ai-service/src/pipelines/generation/sql_correction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
### SQL CORRECTION INSTRUCTIONS ###
3232
33-
1. First, think hard about the error message, and firgure out the root cause first(please use the DATABASE SCHEMA, SQL FUNCTIONS and USER INSTRUCTIONS to help you figure out the root cause).
33+
1. First, think hard about the error message, and figure out the root cause first(please use the DATABASE SCHEMA, SQL FUNCTIONS and USER INSTRUCTIONS to help you figure out the root cause).
3434
2. Then, generate the syntactically correct ANSI SQL query to correct the error.
3535
3636
### SQL RULES ###

0 commit comments

Comments
 (0)