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