feat: claude function call

This commit is contained in:
Hk-Gosuto
2024-08-11 09:55:13 +00:00
parent ad5d81d76a
commit 8583b536cf
3 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import axiosMod, { AxiosStatic } from "axios";
import { WebPDFLoader } from "langchain/document_loaders/web/pdf";
import { WebPDFLoader } from "@langchain/community/document_loaders/web/pdf";
import { MemoryVectorStore } from "langchain/vectorstores/memory";
import { Tool } from "@langchain/core/tools";
import {