Update agent.py
Browse files
agent.py
CHANGED
@@ -135,7 +135,6 @@ tools = [
|
|
135 |
web_search_tool,
|
136 |
arvix_search_tool,
|
137 |
]
|
138 |
-
chat_with_tools = chat.bind_tools(tools)
|
139 |
|
140 |
# Build graph function
|
141 |
def build_graph(provider: str = "huggingface"):
|
|
|
135 |
web_search_tool,
|
136 |
arvix_search_tool,
|
137 |
]
|
|
|
138 |
|
139 |
# Build graph function
|
140 |
def build_graph(provider: str = "huggingface"):
|