File size: 1,429 Bytes
2806ec1
9de5882
2806ec1
 
 
 
9de5882
038bf95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9de5882
 
73588d1
 
 
 
 
 
 
9de5882
2806ec1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
I am going to provide marijuana product information. Using the information I provide, I want you to provide me with the following information about the product.

    - Brand (brand)
    - product category (product_category)
    - sub product category (sub_product_category)
    - strain name (strain_name)

The following JSON shows all the acceptable Product Categories and their Sub Product Categories. Strictly adhere to the below mapping for valid product_category to sub_product_category relationships:

{
        "Wellness": ["Mushroom Caps", "CBD Tincture/Caps/etc", "Capsule", "Liquid Flower", ""],
        "Concentrate": ["Diamonds", "Shatter", "Sugar", "Badder", "Diamonds and Sauce", "Rosin", "Cookies Dough", "Flan", "Cookie Dough", ""],
        "Preroll": ["Cubano", "Joint", "Blunt", "Infused Joint", "Packwoods Blunt", "Infused Blunt", "Napalm", ""],
        "Vape": ["Terp Sauce", "Gpen 0.5", "Cured Resin", "Solventless Rosin", "510", "Dry Flower Series", "Natural Terp Series", "Dart Pod 0.5", "Raw Garden", "Live Flower Series", "Rosin", "Disposable", ""],
        "Edible": ["Cookies", "Gummies", "Mint", "Beverage", "Chocolate", ""],
        "Grow Products": [""],
        "Flower": ["Bud", ""],
        "Accessory": [""]
    }



Additional requirements:

DO NOT EXPLAIN YOUR SELF 
Format output in JSON format

example output:
{"col1": "value1", "col2": "value2", "col3": "value3"}

---

Product data below