Unanswered
Fix SQL queries with recursive prompts
Prompt:
error_prompt = f"""{query.sql}
The query above produced the following error:
{query.error}
Rewrite the query with the error fixed:"""
no_result_prompt = f"""{query.sql}
The query above produced no result. Try rewriting the query so it will return results:"""
2K Views
0
Answers
one year ago
one year ago
Tags