Skip to content

Commit

Permalink
chore: removed unneccessary import, added entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajyu committed Nov 28, 2024
1 parent 7884054 commit a2262d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions libs/langchain-community/langchain.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const config = {
"tools/gmail": "tools/gmail/index",
"tools/google_calendar": "tools/google_calendar/index",
"tools/google_custom_search": "tools/google_custom_search",
"tools/google_finance": "tools/google_finance",
"tools/google_places": "tools/google_places",
"tools/google_routes": "tools/google_routes",
"tools/ifttt": "tools/ifttt",
Expand Down
1 change: 0 additions & 1 deletion libs/langchain-community/src/tools/google_finance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Tool } from "@langchain/core/tools";
import { getEnvironmentVariable } from "@langchain/core/utils/env";
import fetch from "node-fetch";

/**
* Interface for parameters required by the GoogleFinanceAPI class.
Expand Down

0 comments on commit a2262d1

Please sign in to comment.