Text-To-Sql-RAG-codellama / prompts /error_correction.txt
Manju080's picture
Initial commit
c399543
raw
history blame contribute delete
186 Bytes
The following SQL query has an error. Please correct it:
Original Question: {question}
Table Schema: {table_schema}
Incorrect SQL: {incorrect_sql}
Error: {error_message}
Corrected SQL: