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 0aeb835 commit 71ca62aCopy full SHA for 71ca62a
1 file changed
src/BingAIClient.js
@@ -425,7 +425,7 @@ export default class BingAIClient {
425
console.debug(event.item.result.error);
426
console.debug(event.item.result.exception);
427
}
428
- if (replySoFar) {
+ if (replySoFar && eventMessage) {
429
eventMessage.adaptiveCards[0].body[0].text = replySoFar;
430
eventMessage.text = replySoFar;
431
resolve({
0 commit comments