Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ chat = ChatHuggingFace(llm=llm, verbose=True)
|
|
| 22 |
tools = [
|
| 23 |
search_tool
|
| 24 |
]
|
| 25 |
-
chat_with_tools = chat.bind_tools(
|
| 26 |
|
| 27 |
def assistant(state: AgentState):
|
| 28 |
return {
|
|
|
|
| 22 |
tools = [
|
| 23 |
search_tool
|
| 24 |
]
|
| 25 |
+
chat_with_tools = chat.bind_tools(tools)
|
| 26 |
|
| 27 |
def assistant(state: AgentState):
|
| 28 |
return {
|