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.42k stars 2.13k forks source link

Hide Stop Generating button when no messages #921

Closed iseabock closed 2 weeks ago

iseabock commented 2 weeks ago

Motivation and Context

Previously the "Stop Generating" button would show when there wasn't a message being generated. This was cause by the logic check if cosmodb was loading.

Description

To address this we check if cosmodb isLoading and if there are messages in the messages array. Screenshot 2024-06-12 121349

Contribution Checklist