From f5b9dbd3098d2339c7b0d44ddf1b0febb9e09fbd Mon Sep 17 00:00:00 2001 From: Umesh Madan Date: Thu, 28 Sep 2023 12:09:47 -0700 Subject: [PATCH] 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 --- README.md | 2 +- src/package/NUGET.md | 4 ++-- src/typechat.dialog/Readme.md | 15 ++++++--------- src/typechat/TypeChat.csproj | 2 +- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9b6e5f82..d0dbdaca 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ TypeChat.SemanticKernel include classes for: * Language model and embeddings access: all TypeChat examples use the Semantic Kernel to call models and generate embeddings. ## Microsoft.TypeChat.Dialog -TypeChat.Dialog 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. +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. ``` // Create an agent with history diff --git a/src/package/NUGET.md b/src/package/NUGET.md index 9252b157..4b373020 100644 --- a/src/package/NUGET.md +++ b/src/package/NUGET.md @@ -1,6 +1,6 @@ -# TypeChat +# TypeChat.NET -TypeChat.NET brings the ideas of [TypeChat](https://github.com/microsoft/TypeChat) to .NET. +[TypeChat.NET](https://github.com/microsoft/typechat.net) brings the ideas of [TypeChat](https://github.com/microsoft/TypeChat) to .NET. TypeChat.NET provides **cross platform** libraries that help you build natural language interfaces with language models using strong types and type validation. TypeChat provides: * Json Translation and validation. diff --git a/src/typechat.dialog/Readme.md b/src/typechat.dialog/Readme.md index 19b3af4c..eb856bb8 100644 --- a/src/typechat.dialog/Readme.md +++ b/src/typechat.dialog/Readme.md @@ -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. diff --git a/src/typechat/TypeChat.csproj b/src/typechat/TypeChat.csproj index 3e54d0e9..83fb84ce 100644 --- a/src/typechat/TypeChat.csproj +++ b/src/typechat/TypeChat.csproj @@ -14,7 +14,7 @@ - +