docs: update langchain docs#2683
Open
daveomri wants to merge 2 commits into
Open
Conversation
marcel-rbro
requested changes
Jun 30, 2026
| @@ -38,7 +39,7 @@ Find your [Apify API token](https://console.apify.com/settings/integrations) and | |||
|
|
|||
| ```python | |||
| os.environ["OPENAI_API_KEY"] = "Your OpenAI API key" | |||
| os.environ["APIFY_API_TOKEN"] = "Your Apify API token" | |||
| os.environ["APIFY_TOKEN"] = "Your Apify API token" | |||
| ``` | |||
Contributor
There was a problem hiding this comment.
Is this a verified change? The langchain readme (https://github.com/apify/langchain-apify) still uses APIFY_API_TOKEN.
Contributor
Author
There was a problem hiding this comment.
Yup yup, I updated it based on @MQ37 suggestion in this review apify/langchain-apify#28 (comment)
|
|
||
| ## Tool reference | ||
|
|
||
| Every dedicated tool below is importable from `langchain_apify`. For full parameter tables, see the [LangChain Apify provider page](https://docs.langchain.com/oss/python/integrations/providers/apify). |
Contributor
There was a problem hiding this comment.
The list of parameters is currently not on the langchain docs page. Will it be published sometime later?
Contributor
Author
There was a problem hiding this comment.
Yes, I will open the LangChain docs PR once we merge the new code version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expands the LangChain integration page with the dedicated Actor tools shipped in
langchain-apify(the threeAPIFY_*_TOOLSsets, direct tool invocation, agent binding, RAG retrieval, and a full tool reference). Also bumps the examples toAPIFY_TOKENandgpt-5-mini.Warning
Do not merge yet. These tools depend on the new
langchain-apifyrelease — hold until that package is published, then verify the imports and tool names against the shipped version.