Skip to content
Snippets Groups Projects
Commit 1e646b65 authored by thucpn's avatar thucpn
Browse files

fix: test

parent c47ed4e8
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ import { wiki } from "../src/tools/wiki"; ...@@ -3,8 +3,8 @@ import { wiki } from "../src/tools/wiki";
describe("Wikipedia Tool", () => { describe("Wikipedia Tool", () => {
test("wiki tool returns content for valid query", async () => { test("wiki tool returns content for valid query", async () => {
const wikiTool = wiki(); const wikipediaTool = wiki();
const result = await wikiTool.call({ const result = await wikipediaTool.call({
query: "Albert Einstein", query: "Albert Einstein",
lang: "en", lang: "en",
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment