microsoft / ai-chat-protocol

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

Proxy service updates #11

Closed dargilco closed 4 months ago

dargilco commented 4 months ago

Everything to do with "Context" and "SessionState" needs to be spec'd out, implemented and tested. I'm leaving this aside for now. Here I just removed the duplication of session state, assuming I now have the correct location. To discuss: in streaming response, are session state and context only expected in the first chunk?