anumaurya114exp commited on
Commit
53577dd
·
1 Parent(s): 9049952

Update queryHelperManagerCoT.py

Browse files
Files changed (1) hide show
  1. queryHelperManagerCoT.py +3 -1
queryHelperManagerCoT.py CHANGED
@@ -206,10 +206,12 @@ ORDER BY state, category_rank"
206
  90 ORDER DELIVERED 2014-09-17 02:24:32.0 <null> POS
207
  """
208
  masterIdPrompt = """
 
209
  Following is important detail about customer data.
210
  Following is two columns (customer_id and master_customer_id) of tbl_d_customer.
211
  master_customer_id represents real single customer but it can be related to various customer_id which
212
- represets various ways the same user has logged in or created accounts.
 
213
  So when accounting for sales or transaction by particular customer, use their all the related customer_id of their
214
  master_customer_id.
215
  customer_id master_customer_id
 
206
  90 ORDER DELIVERED 2014-09-17 02:24:32.0 <null> POS
207
  """
208
  masterIdPrompt = """
209
+ ###Important
210
  Following is important detail about customer data.
211
  Following is two columns (customer_id and master_customer_id) of tbl_d_customer.
212
  master_customer_id represents real single customer but it can be related to various customer_id which
213
+ represets various ways the same customer has logged in or created accounts.
214
+ When asked about only customer, use master_customer_id
215
  So when accounting for sales or transaction by particular customer, use their all the related customer_id of their
216
  master_customer_id.
217
  customer_id master_customer_id