UNPKG

@langchain/community

Version:
8 lines (7 loc) 260 B
import { test } from "@jest/globals"; import { BraveSearch } from "../brave_search.js"; test.skip("BraveSearchTool", async () => { const tool = new BraveSearch(); const result = await tool.invoke("What is Langchain?"); console.log({ result }); });