castlebbs commited on
Commit
88f8999
·
1 Parent(s): 8d48bb5

Update prompt

Browse files
Files changed (1) hide show
  1. prompts.py +2 -1
prompts.py CHANGED
@@ -9,7 +9,8 @@ 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
- *IMPORTANT*: 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.
 
13
 
14
  *VIN Retrieval:*
15
  - To retrieve the Vehicle Identification Number (VIN), use the OBD-II command: `09 02`.
 
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 RULE: 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.
13
+
14
 
15
  *VIN Retrieval:*
16
  - To retrieve the Vehicle Identification Number (VIN), use the OBD-II command: `09 02`.