diff --git a/Creating-Tasks.md b/Creating-Tasks.md index 4b2fe98..3ff9bd2 100644 --- a/Creating-Tasks.md +++ b/Creating-Tasks.md @@ -22,6 +22,8 @@ from langchain.utilities import GoogleSerperAPIWrapper # Initialize SerpAPI tool with your API key os.environ["OPENAI_API_KEY"] = "" +search = GoogleSerperAPIWrapper() + # Create tool to be used by agent serper_tool = Tool( name="Intermediate Answer",