Kunal commited on
Commit
c40fc50
·
1 Parent(s): 57b2f21

updated prompt for better results

Browse files
Files changed (1) hide show
  1. Agent.py +4 -5
Agent.py CHANGED
@@ -218,13 +218,12 @@ def generate_environmental_score(state: EnvironmentalAnalysisState):
218
 
219
  Here are some examples of products and their potential scores to guide your assessment, aiming for higher scores where appropriate:
220
 
221
- * **"Electronic smartphone with aluminum body, manufactured in China"**: Likely score in the range of 50-65. While it has some recyclable materials, manufacturing and transportation in a global supply chain contribute to a moderate footprint.
222
- * **"Local handmade wooden furniture using sustainable forest wood"**: Likely score in the range of 85-95. This product benefits from local production, renewable resources, and often a longer lifespan.
223
- * **"Single-use plastic water bottle produced with virgin plastics"**: Likely score in the range of 10-25. High environmental impact due to non-renewable materials, single-use nature, and pollution potential.
224
 
225
  Provide:
226
- * **Overall score (0-100, where 100 is most sustainable and 0 is least sustainable)**
227
- * **Category breakdown** (scores for each factor listed above)
228
  * **Improvement recommendations**
229
  """)
230
 
 
218
 
219
  Here are some examples of products and their potential scores to guide your assessment, aiming for higher scores where appropriate:
220
 
221
+ * **"Electronic smartphone with aluminum body, manufactured in China"**: Likely Overall score in the range of 50-65. While it has some recyclable materials, manufacturing and transportation in a global supply chain contribute to a moderate footprint.
222
+ * **"Local handmade wooden furniture using sustainable forest wood"**: Likely Overall score in the range of 85-95. This product benefits from local production, renewable resources, and often a longer lifespan.
223
+ * **"Single-use plastic water bottle produced with virgin plastics"**: Likely Overall score in the range of 10-25. High environmental impact due to non-renewable materials, single-use nature, and pollution potential.
224
 
225
  Provide:
226
+ * **Overall score (0-100, where 100 is most sustainable and 15 is least sustainable)**
 
227
  * **Improvement recommendations**
228
  """)
229