v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/core
messages
URLContentBlock
Interface URLContentBlock
interface
URLContentBlock
{
metadata
?:
Record
<
string
,
unknown
>
;
mime_type
?:
string
;
source_type
:
"url"
;
type
:
"image"
|
"audio"
|
"file"
;
url
:
string
;
}
Hierarchy (
view full
)
BaseDataContentBlock
URLContentBlock
Index
Properties
metadata?
mime_
type?
source_
type
type
url
Properties
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
mime_
type
mime_
type
?:
string
source_
type
source_
type
:
"url"
type
type
:
"image"
|
"audio"
|
"file"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
mime_
type
source_
type
type
url
LangChain.js
Loading...