Skip to content

Commit

Permalink
Remove double export (#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Dec 1, 2023
1 parent 6ae9e00 commit fe8c397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion examples/src/tools/google_places.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GooglePlacesAPI } from "langchain/tools";
import { GooglePlacesAPI } from "langchain/tools/google_places";
import { OpenAI } from "langchain/llms/openai";
import { initializeAgentExecutorWithOptions } from "langchain/agents";

Expand Down
4 changes: 0 additions & 4 deletions langchain/src/tools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@ export {
formatToOpenAIFunction,
formatToOpenAITool,
} from "./convert_to_openai.js";
export {
GooglePlacesAPI,
type GooglePlacesAPIParams,
} from "./google_places.js";

2 comments on commit fe8c397

@vercel
Copy link

@vercel vercel bot commented on fe8c397 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

langchainjs-docs-langchain.vercel.app
langchainjs-docs-ruddy.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
js.langchain.com

@vercel
Copy link

@vercel vercel bot commented on fe8c397 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.