Skip to content

Commit

Permalink
fix: mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoroger committed Nov 30, 2024
1 parent 5b1c42c commit f4d6678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion libs/langchain-community/src/load/import_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export * as tools__dynamic from "../tools/dynamic.js";
export * as tools__dataforseo_api_search from "../tools/dataforseo_api_search.js";
export * as tools__google_custom_search from "../tools/google_custom_search.js";
export * as tools__google_places from "../tools/google_places.js";
export * as tools__google_trends from "../tools/google_trends.js";
export * as tools__google_routes from "../tools/google_routes.js";
export * as tools__ifttt from "../tools/ifttt.js";
export * as tools__searchapi from "../tools/searchapi.js";
Expand Down
10 changes: 0 additions & 10 deletions libs/langchain-scripts/src/_data/importMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2920,16 +2920,6 @@ export const importMap: Array<DeprecatedEntrypoint> = [
new: "@langchain/community/tools/google_places",
namedImport: "GooglePlacesAPI",
},
{
old: "langchain/tools/google_trends",
new: "@langchain/community/tools/google_trends",
namedImport: "GoogleTrendsAPIParams",
},
{
old: "langchain/tools/google_trends",
new: "@langchain/community/tools/google_trends",
namedImport: "GoogleTrendsAPI",
},
{
old: "langchain/tools/*",
new: "@langchain/community/tools/google_custom_search",
Expand Down

0 comments on commit f4d6678

Please sign in to comment.