Top
image credit: Adobe Stock

Microsoft unveils TypeChat library for building natural language interfaces

July 21, 2023

Via: InfoWorld

Microsoft with its TypeChat library is looking to enable easy development of natural language interfaces to large language models (LLMs) using types.

Available on GitHub, TypeChat is an open source library that uses TypeScript and generative AI to bridge natural language, application schema, and APIs. TypeChat uses type definitions in your application to retrieve structured AI responses that are type-safe.

Introduced July 20 by a team featuring C# and TypeScript lead developer Anders Hejlsberg, a Microsoft technical fellow, TypeChat addresses the difficulty of developing natural language interfaces, with apps relying on complex decision trees to determine intent and collect required inputs to take action.

Read More on InfoWorld