MY_First_agent / tools /my_new_tool.py
Pabed's picture
Upload my_new_tool.py
8535740 verified
raw
history blame contribute delete
262 Bytes
from tools.my_new_tool import new_tool
agent = CodeAgent(
model=model,
tools=[final_answer, new_tool, visit_webpage, web_search], # include all desired tools here
max_steps=6,
verbosity_level=1,
prompt_templates=prompt_templates
)