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