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.44k stars 2.15k forks source link

[fix] Format Chat.tsx #833

Closed iseabock closed 2 months ago

iseabock commented 2 months ago

Motivation and Context

In a previous PR the formatter was run on the entire frontend, but somehow missed Chat.tsx.

Description

This PR addresses the motivation above by running the formatter on the frontend again and making sure the Chat.tsx is formatted.

Contribution Checklist