Skip to content
2 changes: 1 addition & 1 deletion docs/docs/integrations/providers/searchapi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ 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(["searchapi"])
```

Expand Down
Loading