diff --git a/docs/docs/integrations/providers/golden.mdx b/docs/docs/integrations/providers/golden.mdx index 7acde1e4609..884fdc55fd6 100644 --- a/docs/docs/integrations/providers/golden.mdx +++ b/docs/docs/integrations/providers/golden.mdx @@ -27,7 +27,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(["golden-query"]) ```