langchain.js
Preparing search index...
@langchain/community
tools/wikipedia_query_run
WikipediaQueryRunParams
Interface WikipediaQueryRunParams
Interface for the parameters that can be passed to the WikipediaQueryRun constructor.
interface
WikipediaQueryRunParams
{
baseUrl
?:
string
;
maxDocContentLength
?:
number
;
topKResults
?:
number
;
}
Index
Properties
base
Url?
max
Doc
Content
Length?
top
K
Results?
Properties
Optional
base
Url
baseUrl
?:
string
Optional
max
Doc
Content
Length
maxDocContentLength
?:
number
Optional
top
K
Results
topKResults
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
max
Doc
Content
Length
top
K
Results
langchain.js
Loading...
Interface for the parameters that can be passed to the WikipediaQueryRun constructor.