Wajahat698 commited on
Commit
f69f8bb
·
verified ·
1 Parent(s): ef7f3a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,