File size: 206 Bytes
df7a119
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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."""