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 378 forks source link

Move `processRequests` function to `typechat/interactive` package #221

Closed ahejlsberg closed 3 months ago

ahejlsberg commented 3 months ago

This PR moves the processRequests function to a separate typechat/interactive package to improve tree shaking with bundlers.