We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1263ea1 commit 1fe4befCopy full SHA for 1fe4bef
src/services/apis/bing-web.mjs
@@ -76,7 +76,7 @@ export async function generateAnswersWithBingWebApi(
76
)
77
}
78
79
- if (response.details.sourceAttributions.length > 0) {
+ if (response.details.sourceAttributions && response.details.sourceAttributions.length > 0) {
80
const footnotes =
81
'\n\\-\n' +
82
response.details.sourceAttributions
0 commit comments