v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/tavily
TavilyExtractInput
Interface TavilyExtractInput
interface
TavilyExtractInput
{
extractDepth
?:
ExtractDepth
;
format
?:
"markdown"
|
"text"
;
includeFavicon
?:
boolean
;
includeImages
?:
boolean
;
urls
:
string
[]
;
}
Index
Properties
extract
Depth?
format?
include
Favicon?
include
Images?
urls
Properties
Optional
extract
Depth
extract
Depth
?:
ExtractDepth
Optional
format
format
?:
"markdown"
|
"text"
Optional
include
Favicon
include
Favicon
?:
boolean
Optional
include
Images
include
Images
?:
boolean
urls
urls
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
extract
Depth
format
include
Favicon
include
Images
urls
LangChain.js
Loading...