microsoft / ai-chat-protocol

A library + API spec for easily streaming generative AI output to your chat applications.
MIT License
89 stars 11 forks source link

Improve react sample #30

Closed glecaros closed 1 month ago

glecaros commented 1 month ago

This pull request primarily modifies the sdk/js/samples/react directory, with changes aimed at improving the user interface, enhancing the functionality of the chat protocol, and updating the documentation. The most significant changes include the addition of a new Readme.tsx file, updates to the Chat.tsx file to improve the chat interface, and changes to the README.md file to provide better instructions for users.

User Interface Enhancements:

Chat Protocol Functionality Enhancements:

Documentation Updates:

Minor Changes: