I’m trying to make a resume writer project. I prompted the model to give a response always in JSON format. It generated the content but the content stopped, I think the model hit its limits and I got an incomplete JSON response basically like this [{“answer”: "apple is a vege (not exactly this short, but you understand this).
I inspected that Poe handles this issue successfully but I don’t know how I can handle this in my code. Can anyone tell me how to handle this correctly?