We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a6f15 commit 37f283fCopy full SHA for 37f283f
packages/plugin-web-search/src/services/webSearchService.ts
@@ -6,7 +6,7 @@ import {
6
import { tavily } from "@tavily/core";
7
import { IWebSearchService, SearchOptions, SearchResponse } from "../types";
8
9
-export type TavilyClient = ReturnType<typeof tavily>; // declaring manually because orginal package does not export its types
+export type TavilyClient = ReturnType<typeof tavily>; // declaring manually because original package does not export its types
10
11
export class WebSearchService extends Service implements IWebSearchService {
12
public tavilyClient: TavilyClient
0 commit comments