Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
rsynak
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rsynak
commited on
Jun 2, 2025
Commit
ccc9110
·
verified
·
1 Parent(s):
32763c7
update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -18,7 +18,6 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
18
"""
19
return "What magic will you build ?"
20
21
-
22
23
24
@tool
18
"""
19
return "What magic will you build ?"
20
21
22
23
@tool