mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-17 08:38:29 +00:00
build: update langchain
This commit is contained in:
25
app/api/langchain-tools/langchian-tool-index.ts
Normal file
25
app/api/langchain-tools/langchian-tool-index.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
export {
|
||||
SerpAPI,
|
||||
type SerpAPIParameters,
|
||||
} from "@langchain/community/tools/serpapi";
|
||||
export { DadJokeAPI } from "@langchain/community/tools/dadjokeapi";
|
||||
export { BingSerpAPI } from "@langchain/community/tools/bingserpapi";
|
||||
export {
|
||||
Serper,
|
||||
type SerperParameters,
|
||||
} from "@langchain/community/tools/serper";
|
||||
export {
|
||||
GoogleCustomSearch,
|
||||
type GoogleCustomSearchParams,
|
||||
} from "@langchain/community/tools/google_custom_search";
|
||||
export { AIPluginTool } from "@langchain/community/tools/aiplugin";
|
||||
export {
|
||||
WikipediaQueryRun,
|
||||
type WikipediaQueryRunParams,
|
||||
} from "@langchain/community/tools/wikipedia_query_run";
|
||||
export { WolframAlphaTool } from "@langchain/community/tools/wolframalpha";
|
||||
export { SearxngSearch } from "@langchain/community/tools/searxng_search";
|
||||
export {
|
||||
SearchApi,
|
||||
type SearchApiParameters,
|
||||
} from "@langchain/community/tools/searchapi";
|
Reference in New Issue
Block a user