- May 29, 2018
- 167
- 109
- Awards
- 3
- First Name
- Todd
Our own is very similar. Checking vin decode for certain strings some are ie:The prompt itself can be figured out for sure. But where it becomes painful is in the 'variables' part. We auto-inject 'high-value options', int & ext color, engine, options packages, km, accident-free or not, excellent condition or not, remaining warranty details, CarFax integration, EV vehicle highlights such as battery range, Truck-specific highlights such as trim-specific towing capacity, also vehicle-category specific such as Boats, RV's, Motorcycles, etc.. etc...
The value of our tool is in the automation to save time. We don't pretend to have invented much here indeed. Anyone can do this manually. But to get to the details we're putting into the description, it would be a bit painful for most dealers to do and consistently get right.
$itemsToCheck = [
'Keyless', 'Remote Start', 'Navigation', 'Wi-Fi',
'8-Way', '10-Way', 'Head-Up', 'Blind Spot', 'Back-Up Camera',
'Perimeter', 'Perimeter/Approach', 'CarPlay', 'Proximity',
'Dual Zone', 'Real-Time', 'Bluetooth', 'Voice Activated', 'HomeLink'
];
We run a command daily to check inventory for 'no description' and get AI to do them and insert into DB under that exact style ID. Just started doing this and will probably roll around again to improve the initial prompt. Always interesting to hear of someone making a full fledged offering of something similar. AI really presents an opportunity for all of us.