Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
applemuncy
/
First_2nd_try
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
applemuncy
commited on
25 days ago
Commit
93934bb
·
verified
·
1 Parent(s):
0c5ec3f
add add_base_tools=True
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -70,6 +70,7 @@ agent = CodeAgent(
70
name=None,
71
description=None,
72
prompt_templates=prompt_templates
73
)
74
75
70
name=None,
71
description=None,
72
prompt_templates=prompt_templates
73
+
add_base_tools=True
74
)
75
76