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

Explore ndjson -> json-lines as content type #57

Open rohit-ganguly opened 3 weeks ago

rohit-ganguly commented 3 weeks ago

Currently, the AI Chat Protocol adheres to the x-ndjson content type. As mentioned in #49, NDJSON is not as active as other formats such as json-lines. We should investigate changing our content type to something more maintained.