Skip to content

Commit

Permalink
Fix link.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Mar 27, 2024
1 parent 27cb545 commit f510155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/blog/announcing-typechat-0-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install typechat
As a refresher, TypeChat is an experimental library for getting structured output (like JSON) from AI language models.
The way it works is by using types in your programs to guide language models, and then using those same types to ensure that the responses match up with your types.
When they don't, TypeChat can use validation errors to guide language models to repair their responses.
You can [read our original announcement blog post](./introducing-typechat) for more details, but we should be able to catch you up to speed here too.
You can [read our original announcement blog post](/blog/introducing-typechat/) for more details, but we should be able to catch you up to speed here too.

Here's a few things that are new to TypeChat for TypeScript.

Expand Down

0 comments on commit f510155

Please sign in to comment.