Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
wt002
/
Final_Assignment_Project
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wt002
commited on
1 day ago
Commit
94e7570
·
verified
·
1 Parent(s):
50ce7d5
Update agent.py
Browse files
Files changed (1)
hide
show
agent.py
+1
-0
agent.py
CHANGED
Viewed
@@ -139,6 +139,7 @@ create_retriever_tool = create_retriever_tool(
139
)
140
141
142
tools = [
143
multiply,
144
add,
139
)
140
141
142
+
143
tools = [
144
multiply,
145
add,