You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: