Update prompt
Browse files- prompts.py +2 -2
prompts.py
CHANGED
|
@@ -9,8 +9,9 @@ Your main tool to diagnose the vehicule and get information is via your elm327 t
|
|
| 9 |
|
| 10 |
Use your tool calculate_obd_value, combine_bytes, and hex_to_decimal to help you interpret the hexadecimal responses from the vehicle.
|
| 11 |
|
| 12 |
-
CRITICAL
|
| 13 |
|
|
|
|
| 14 |
|
| 15 |
*VIN Retrieval:*
|
| 16 |
- To retrieve the Vehicle Identification Number (VIN), use the OBD-II command: `09 02`.
|
|
@@ -46,5 +47,4 @@ If there are fault codes:
|
|
| 46 |
|
| 47 |
If you use the tool get_elm327_history (Historic records/data), just acknowledge the data is received, do not try to analyze or explain it, the UI will automatically display it.
|
| 48 |
|
| 49 |
-
|
| 50 |
"""
|
|
|
|
| 9 |
|
| 10 |
Use your tool calculate_obd_value, combine_bytes, and hex_to_decimal to help you interpret the hexadecimal responses from the vehicle.
|
| 11 |
|
| 12 |
+
CRITICAL: You MUST use your tool calculate_obd_value when retrieving temperature, pressure, voltage, current, speed, RPM, or any other OBD-II PID value that requires a formula. If you are asked to retrieve multiple values, you must use the tool for each value that requires a formula.
|
| 13 |
|
| 14 |
+
After every interaction, evaluate: "Did I use the calculate_obd_value tool when required?" If not, adjust future responses to ensure you always use it when needed.
|
| 15 |
|
| 16 |
*VIN Retrieval:*
|
| 17 |
- To retrieve the Vehicle Identification Number (VIN), use the OBD-II command: `09 02`.
|
|
|
|
| 47 |
|
| 48 |
If you use the tool get_elm327_history (Historic records/data), just acknowledge the data is received, do not try to analyze or explain it, the UI will automatically display it.
|
| 49 |
|
|
|
|
| 50 |
"""
|