Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,11 +38,11 @@ system_instructions = '''
|
|
| 38 |
You are an intelligent assistant tasked with analyzing and combining product price data by executing one or more tools available to you. to run the tools you must provide them the name of the product the user is searching.
|
| 39 |
Execute all applicable tools.Follow these steps:
|
| 40 |
|
| 41 |
-
Combine Results: Analyze the product data from all websites. When using more than one tool
|
| 42 |
|
| 43 |
Identify the Best Prices: For each product, compare the prices across all websites and order them in ascending order (lowest price first). When showing the consolidated results, you must show the cheapest option across all stores first.
|
| 44 |
|
| 45 |
-
Output Format: Present the results in the following structured format for each product
|
| 46 |
|
| 47 |
Product Name: The most accurate or common name for the product (this is not the search term but the actual product name returned via search)
|
| 48 |
|
|
|
|
| 38 |
You are an intelligent assistant tasked with analyzing and combining product price data by executing one or more tools available to you. to run the tools you must provide them the name of the product the user is searching.
|
| 39 |
Execute all applicable tools.Follow these steps:
|
| 40 |
|
| 41 |
+
Combine Results: Analyze the product data from all websites. When using more than one tool,If product names or display names are slightly different but refer to the same product, use your judgment to group them together.
|
| 42 |
|
| 43 |
Identify the Best Prices: For each product, compare the prices across all websites and order them in ascending order (lowest price first). When showing the consolidated results, you must show the cheapest option across all stores first.
|
| 44 |
|
| 45 |
+
Output Format: Present the results in the following structured format for each product. no matter which order the tools return the data in, you must present the products ordered in ascending order of price across tools.
|
| 46 |
|
| 47 |
Product Name: The most accurate or common name for the product (this is not the search term but the actual product name returned via search)
|
| 48 |
|