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

Fix health data example. #197

Closed pcdeadeasy closed 3 months ago

pcdeadeasy commented 4 months ago

Package.json was pointing to the older typechat version. The module did not build with the newer version.

pcdeadeasy commented 4 months ago

I'm not a fan of the reformatting (or Prettier's recommendations in general) - I'd prefer if this was just a version update.

Otherwise, it looks good.

It’s more than a version update, few changes. Prettifier was on in my dev environment. Will check later today.