microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.45k stars 2.16k forks source link

[fix] Check for undefined in noContentError incorrectly #768

Closed iseabock closed 2 months ago

iseabock commented 3 months ago

Motivation and Context

The previous check for undefined in noContentError was implemented incorrectly.

Description

This fix replaces the noContentError && ... with the optional chaining ?.

Contribution Checklist