diff --git a/docs/docs/integrations/providers/wolfram_alpha.mdx b/docs/docs/integrations/providers/wolfram_alpha.mdx index f4c7ae3a2eb..84b017be255 100644 --- a/docs/docs/integrations/providers/wolfram_alpha.mdx +++ b/docs/docs/integrations/providers/wolfram_alpha.mdx @@ -32,7 +32,7 @@ For a more detailed walkthrough of this wrapper, see [this notebook](/docs/integ You can also easily load this wrapper as a Tool (to use with an Agent). You can do this with: ```python -from langchain.agents import load_tools +from langchain_community.agent_toolkits.load_tools import load_tools tools = load_tools(["wolfram-alpha"]) ```