build: update langchain

This commit is contained in:
Hk-Gosuto
2024-01-24 20:51:46 +08:00
parent 30f9dc756a
commit 16e82afaad
16 changed files with 161 additions and 91 deletions

View File

@@ -1,5 +1,5 @@
import { htmlToText } from "html-to-text";
import { Tool } from "langchain/tools";
import { Tool } from "@langchain/core/tools";
export interface Headers {
[key: string]: string;