Here is my prompt:
Please extract only "skills", "computer skills", "qualifications", "certifications", "license", "experience level", "location" and "state" in the text below. If no values are found, return "N/A". If the qualifications is abbreviated, please expand it using engineering terms. Convert experience level to "1 - Basic", "2 - Intermediate", "3 - Advanced" or "4 - Expert". Return only one skill and only one computer skill. Return the response formatted as JSON:
I need a PE in Maryland who is experienced in AutoCAD
It is returning JSON, but for a few random calls it includes some text outside of the JSON, at which point my JSON parsing fails. Does anyone know why this happens?