anumaurya114exp commited on
Commit
df58d60
·
1 Parent(s): 18aa116

Update queryHelperManagerCoT.py

Browse files
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 is {egUserInput}. output is {cotSubtaskOutput}. Out should be in json format as provided.\n\n
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 is {egUserInput}. output is {cotSubtaskOutput}. Output should be in json format as provided. Only output should be in response, nothing else.\n\n
96
  tables information are {promptTableInfo}.
97
  columns data are {promptColumnsInfo}.
98
  """