Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog post discussing TypeChat Programs. #135

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DanielRosenwasser
Copy link
Member

No description provided.

Copy link
Member

@ahejlsberg ahejlsberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. Thanks for writing this post!

}
});
```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I would talk about the advantages of the callback model: The evaluator never calls any functions, that's all up to the callback. And the callback gets to do any amount of validation it deems necessary. In other words, the host is fully in control of what transpires.

site/src/blog/typechat-programs.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants