Antoine101 commited on
Commit
0cbafb7
·
verified ·
1 Parent(s): af418c7

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -7,7 +7,7 @@ from langchain_core.tools import tool
7
  search_tool = DuckDuckGoSearchRun()
8
 
9
  @tool
10
- def wiki_loader(query: str, lang: str='en', load_max_docs: int=2):
11
  """
12
  Fetches content from Wikipedia based on a given query.
13
 
 
7
  search_tool = DuckDuckGoSearchRun()
8
 
9
  @tool
10
+ def wiki_loader(query: str, lang: str='en', load_max_docs: int=3):
11
  """
12
  Fetches content from Wikipedia based on a given query.
13