microsoft / TypeChat

TypeChat is a library that makes it easy to build natural language interfaces using types.
https://microsoft.github.io/TypeChat/
MIT License
8.06k stars 379 forks source link

Use a chat session as context #179

Open olawalejuwonm opened 4 months ago

olawalejuwonm commented 4 months ago

Hi

Thanks to this library, we have been utilizing it and works greatly.

This issue is more of a feature request: The LLM supported by this library (ChatGPT) can be used as a chat to ask related questions or questions premised on previous ones.

Is there a way that could be achieved with Typechat?