TypeChat icon indicating copy to clipboard operation
TypeChat copied to clipboard

TypeChat is a library that makes it easy to build natural language interfaces using types.

Results 92 TypeChat issues
Sort by recently updated
recently updated
newest added
trafficstars

Some regions require the use of a VPN to connect to GPT. I hope to open up Axios configuration to allow more people to use it. like this ``` const...

Hello! I included some enums in my schema, but unfortunately the library seems incompatible with schemas containing enums. My JSON data includes values that should correspond to valid enum keys,...

Suggestion
In Discussion

Added type declarations for the callback functions createRequestPrompt and createRepairPrompt: createRequestPrompt: (request: string) => string; createRepairPrompt: (validationError: string) => string; Use more descriptive names for some variables: request -> naturalLanguageRequest...

Does the library allow the use of the current application state? For example, if a user requests "place an order from the basket".

Add request config eg: For `Proxy` request: examples\calendar\src\main.ts ```ts import fs from "fs"; import path from "path"; import dotenv from "dotenv"; import { createLanguageModel, createJsonTranslator, processRequests } from "typechat"; import...

Is this library in any way different from OpenAI structured output? https://openai.com/index/introducing-structured-outputs-in-the-api/

Will this library be supported by LLM like Meta llama and others?

There is no problem using typechat during the development process, but after packaging it through vsce package, it does not take effect.

Question
Needs More Info

* Fix a couple of typos * Update README to point directly to the .NET repo