-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated System.Text.Json to latest version, and Readme (#159)
In this PR - Bump System.Text.Json dependency to latest version - Updated Readme for TypeChat.Dialog
- Loading branch information
Showing
4 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
# Typechat.Dialog | ||
TypeChat.Dialog is an **early** version of framework desiged for strongly typed interactions with Agents with built in interaction history and other features. | ||
# TypeChat.Dialog | ||
TypeChat.Dialog is an **early** version of a framework that demonstrates how TypeChat.NET may be used for strongly typed interactions with message passing Agents or Bots. These agents can include features such as built in interaction history. | ||
|
||
* Agents pass messages to each other. | ||
* Agents work with models to process user requests | ||
|
||
The framework also includes classes for: | ||
* Maintaining message history | ||
* Text classification | ||
* Building token limited prompts | ||
TypeChat.Dialog includes classes and interfaces for: | ||
* Agents | ||
* Messages and message history. | ||
* Collecting relevant context that remains within character/token limits. |
This file contains 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