Update app_langgraph.py
Browse files- app_langgraph.py +1 -4
app_langgraph.py
CHANGED
|
@@ -26,10 +26,7 @@ tools = [
|
|
| 26 |
divide,
|
| 27 |
web_search,
|
| 28 |
wiki_search,
|
| 29 |
-
arvix_search
|
| 30 |
-
extract_text,
|
| 31 |
-
analyze_image_tool,
|
| 32 |
-
analyze_audio_tool
|
| 33 |
]
|
| 34 |
|
| 35 |
def build_graph():
|
|
|
|
| 26 |
divide,
|
| 27 |
web_search,
|
| 28 |
wiki_search,
|
| 29 |
+
arvix_search
|
|
|
|
|
|
|
|
|
|
| 30 |
]
|
| 31 |
|
| 32 |
def build_graph():
|