Strands Agents Typescript SDK
Docs Home
GitHub
Preparing search index...
DocumentSource
Type Alias DocumentSource
DocumentSource
:
|
{
type
:
"documentSourceBytes"
;
bytes
:
Uint8Array
}
|
{
type
:
"documentSourceText"
;
text
:
string
}
|
{
type
:
"documentSourceContentBlock"
;
content
:
DocumentContentBlock
[]
}
|
{
type
:
"documentSourceS3Location"
;
s3Location
:
S3Location
}
Source for a document (Class version).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs Home
GitHub
Strands Agents Typescript SDK
Loading...
Source for a document (Class version).