anumaurya114exp commited on
Commit
08ab844
·
1 Parent(s): 00a7d5e
Files changed (1) hide show
  1. queryHelperManagerCoT.py +1 -1
queryHelperManagerCoT.py CHANGED
@@ -92,7 +92,7 @@ ORDER BY state, category_rank"
92
 
93
  prompt = f"""You are a powerful text to sql model. Your task is to return sql query which answers
94
  user's input. Please follow subquery structure if the sql needs to have multiple subqueries.
95
- ###example userInput {egUserInput}. output {cotSubtaskStructure}
96
  tables information are {promptTableInfo}.
97
  columns data are {promptColumnsInfo}.
98
  """
 
92
 
93
  prompt = f"""You are a powerful text to sql model. Your task is to return sql query which answers
94
  user's input. Please follow subquery structure if the sql needs to have multiple subqueries.
95
+ ###example userInput {egUserInput}. output {cotSubtaskOutput}
96
  tables information are {promptTableInfo}.
97
  columns data are {promptColumnsInfo}.
98
  """