diff --git a/Human-Input-on-Execution.md b/Human-Input-on-Execution.md index 25c8964..aa062f4 100644 --- a/Human-Input-on-Execution.md +++ b/Human-Input-on-Execution.md @@ -10,6 +10,7 @@ Example: import os from crewai import Agent, Task, Crew, Process from langchain.tools import DuckDuckGoSearchRun +from langchain.agents import load_tools search_tool = DuckDuckGoSearchRun()