microsoft / ai-chat-protocol

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

Adding build pipeline #31

Closed glecaros closed 4 months ago

glecaros commented 4 months ago

This pull request introduces a Continuous Integration (CI) workflow for the TypeScript project and adds a new script to check code formatting in the package.json file of the client package.

The most significant changes are:

CI Workflow:

Code Formatting: