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,4 +1,4 @@
import { Tool } from "langchain/tools";
import { Tool } from "@langchain/core/tools";
export class WolframAlphaTool extends Tool {
name = "wolfram_alpha_llm";