Running as is, with python 3.10 on windows
OutputParserException Traceback (most recent call last)
Cell In[55], line 28
26 searchstring = "Provide company information for " + company + ". Include company description and founders"
27 print ("searchstring: ", searchstring)
---> 28 result = self_ask_with_search.run(searchstring)
29 descriptionlist.append(result)