Creating Plot Twists
Plot
GitHub
NPM
Preparing search index...
tools/ai
TextPart
Interface TextPart
Text content part of a prompt. It contains a string of text.
interface
TextPart
{
type
:
"text"
;
text
:
string
;
}
Index
Properties
type
text
Properties
type
type
:
"text"
text
text
:
string
The text content.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
text
Plot
GitHub
NPM
Creating Plot Twists
Loading...
Text content part of a prompt. It contains a string of text.