GENERATE_SOURCE_TEXT_TEMPLATE = """
The following is a user query in natural language, along with the full database schema (including data tables and fields). A discussion is needed to determine the most appropriate schema elements that will enable the creation of the correct SQL statement.
query:{query}
{context_str}
l
"""
GENERATE_SOURCE_TEXT_TEMPLATE = """
The following is a user query in natural language, along with the full database schema (including data tables and fields). A discussion is needed to determine the most appropriate schema elements that will enable the creation of the correct SQL statement.
query:{query}
{context_str}
l
"""