v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@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?
topKResults?
Properties
Optional
base
Url
base
Url
?:
string
Optional
max
Doc
Content
Length
max
Doc
Content
Length
?:
number
Optional
topKResults
topKResults
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
max
Doc
Content
Length
topKResults
LangChain.js
Loading...
Interface for the parameters that can be passed to the WikipediaQueryRun constructor.