Skip to content

Commit

Permalink
remove table aliases placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjingping committed Sep 13, 2024
1 parent 2ebb83d commit 2e50d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompts/prompt_openai_o1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"role": "user",
"content": "Generate a SQL query for {db_type} that answers the question `{user_question}`.\n{instructions}\nThis query will run on a database whose schema is represented in this string:\n{table_metadata_string}\n{table_aliases}\n\nReturn only the SQL query, and nothing else."
"content": "Generate a SQL query for {db_type} that answers the question `{user_question}`.\n{instructions}\nThis query will run on a database whose schema is represented in this string:\n{table_metadata_string}\n\nReturn only the SQL query, and nothing else."
}
]

0 comments on commit 2e50d60

Please sign in to comment.