PradeepBodhi commited on
Commit
cf2a43c
·
verified ·
1 Parent(s): f35ad86

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +8 -8
agent.py CHANGED
@@ -137,14 +137,14 @@ create_retriever_tool = create_retriever_tool(
137
 
138
 
139
  tools = [
140
- multiply,
141
- add,
142
- subtract,
143
- divide,
144
- modulus,
145
- wiki_search,
146
- web_search,
147
- arvix_search,
148
  ]
149
 
150
  # Build graph function
 
137
 
138
 
139
  tools = [
140
+ # multiply,
141
+ # add,
142
+ # subtract,
143
+ # divide,
144
+ # modulus,
145
+ # wiki_search,
146
+ # web_search,
147
+ # arvix_search,
148
  ]
149
 
150
  # Build graph function