Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Aug 6, 2024
1 parent 9ee17cd commit 1ebe8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/shinkai-tool-duckduckgo-search/src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { Tool } from '../src/index';
global.fetch = require('node-fetch');


test('exists definition', async () => {
const tool = new Tool({});
Expand Down
2 changes: 0 additions & 2 deletions apps/shinkai-tool-duckduckgo-search/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { BaseTool, RunResult } from '@shinkai_protocol/shinkai-tools-builder';
import { ToolDefinition } from 'libs/shinkai-tools-builder/src/tool-definition';
import * as cheerio from 'cheerio';
const fetch = require('node-fetch');

type Config = {};
type Params = {
Expand Down

0 comments on commit 1ebe8ab

Please sign in to comment.