SamiKoen commited on
Commit
b60320f
·
1 Parent(s): 75f5dad

Tüm ürünleri GPT'ye gönder - 200 limit kaldırıldı (MADONE SL 6 464. indexte)

Browse files
Files changed (1) hide show
  1. smart_warehouse.py +1 -1
smart_warehouse.py CHANGED
@@ -102,7 +102,7 @@ If user asks generally (without size), return ALL variants of the product.
102
  {warehouse_filter}
103
 
104
  Products list (with warehouse availability):
105
- {json.dumps(products_summary[:200], ensure_ascii=False, indent=2)}
106
 
107
  Return index numbers of ALL matching products as comma-separated list (e.g., "5,8,12,15").
108
  If no products found, return: -1
 
102
  {warehouse_filter}
103
 
104
  Products list (with warehouse availability):
105
+ {json.dumps(products_summary, ensure_ascii=False, indent=2)}
106
 
107
  Return index numbers of ALL matching products as comma-separated list (e.g., "5,8,12,15").
108
  If no products found, return: -1