Spaces:
Sleeping
Sleeping
def generate_prompt(query, schema): | |
return f"""Given the database schema below: | |
{schema} | |
Translate the following question into SQL: | |
Question: {query} | |
Only provide SQL output without explanation.""" | |