Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1242,7 +1242,7 @@ tavily_tool = TavilySearchResults(
|
|
| 1242 |
# description="...", # overwrite default tool description
|
| 1243 |
# args_schema=..., # overwrite default args_schema: BaseModel
|
| 1244 |
)
|
| 1245 |
-
Compile all tool functions into a list
|
| 1246 |
tools = [
|
| 1247 |
knowledge_base_tool, # Tool for querying the knowledge base and retrieving responses
|
| 1248 |
tavily_tool,
|
|
|
|
| 1242 |
# description="...", # overwrite default tool description
|
| 1243 |
# args_schema=..., # overwrite default args_schema: BaseModel
|
| 1244 |
)
|
| 1245 |
+
#Compile all tool functions into a list
|
| 1246 |
tools = [
|
| 1247 |
knowledge_base_tool, # Tool for querying the knowledge base and retrieving responses
|
| 1248 |
tavily_tool,
|