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

Update queryHelperManagerCoT.py

Browse files
Files changed (1) hide show
  1. queryHelperManagerCoT.py +2 -1
queryHelperManagerCoT.py CHANGED
@@ -206,8 +206,9 @@ ORDER BY state, category_rank"
206
  90 ORDER DELIVERED 2014-09-17 02:24:32.0 <null> POS
207
  """
208
  masterIdPrompt = """
 
209
  Following is two columns (customer_id and master_customer_id) of tbl_d_customer.
210
- master_customer_id represents real single user but it can be related to various customer_id which
211
  represets various ways the same user has logged in or created accounts.
212
  So when accounting for sales or transaction by particular customer, use their all the related customer_id of their
213
  master_customer_id.
 
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.