Feature implementation from commits 22938b2..e52f5a2#2
Open
yashuatla wants to merge 15 commits into
Open
Conversation
…#213) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Make zod an optional peer dependency * typescript too * Make real deps
* Blog post for TypeChat 0.1.0. * grammar error * Address feedback. * Wrap up the blog post.
…rder from footer links.
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix the change directory (cd) step in the install directions to correctly go into the typescript directory before npm install.
…a back-up for the error. (microsoft#226)
…tch (microsoft#228) * Make it easier to use purely `pip` and `venv` instead of requiring Hatch. * Rename and README updates.
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add "TypeChat in 5 Minutes" doc. * Address docs feedback. * Updated doc for new API, moved file locations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Update Import Paths for TypeChat Examples
Overview
This PR updates import paths across multiple example projects to use the new module structure, specifically moving
processRequestsimports from the maintypechatpackage totypechat/interactive.Change Types
Affected Modules
examples/coffeeShop-zod/src/main.tsprocessRequestsfrom "typechat" to "typechat/interactive"examples/healthData/src/translator.tscreateTypeScriptJsonValidatorfrom relative path to "typechat/ts"examples/multiSchema/src/main.tsprocessRequestsfrom "typechat/interactive"examples/sentiment/src/main.tsprocessRequestsfrom "typechat/interactive"