When I was using bing to complete web searching, the response is always "have troubles when getting the answer", I check the codes, the code data.length in line 309 of web-browsing.js in server folder should be replaced by searchResponse.length because data is a local variable that can not reach to this line.
Are there known steps to reproduce?
just ask question to @agent with enabling bing search web-searching.
How are you running AnythingLLM?
Local development
What happened?
When I was using bing to complete web searching, the response is always "have troubles when getting the answer", I check the codes, the code
data.length
in line 309 of web-browsing.js in server folder should be replaced bysearchResponse.length
because data is a local variable that can not reach to this line.Are there known steps to reproduce?
just ask question to @agent with enabling bing search web-searching.