Some additional information to explain my workflow. I would like to find the singer’s first and last names from their pseudonyms. It’s very difficult for some people to find them, so I used serpAPI and Wikipedia. I tried parsing on the former but it didn’t work. So I decided to create a basic LLM and put in structure name, first name, pseudo. I suppose it’s an example “json structure” that’s taken into account and not my own structure. I don’t know all the suptilities of Langchain. Any help would be appreciated.
I have one last question, with this system it doesn’t work 100%, especially on the json structure. Why doesn’t the Auto-fixing Output Parser automatically re-execute several times to finally get the right structure?