mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
Updated Customizing Agents (markdown)
@@ -30,6 +30,7 @@ from langchain.utilities import GoogleSerperAPIWrapper
|
|||||||
os.environ["OPENAI_API_KEY"] = ""
|
os.environ["OPENAI_API_KEY"] = ""
|
||||||
|
|
||||||
search = GoogleSerperAPIWrapper()
|
search = GoogleSerperAPIWrapper()
|
||||||
|
|
||||||
# Create tool to be used by agent
|
# Create tool to be used by agent
|
||||||
serper_tool = Tool(
|
serper_tool = Tool(
|
||||||
name="Intermediate Answer",
|
name="Intermediate Answer",
|
||||||
|
|||||||
Reference in New Issue
Block a user