Creating Plot Twists
Plot
GitHub
NPM
Preparing search index...
tools/ai
AIUserMessage
Type Alias AIUserMessage
A user message. It can contain text or a combination of text and images.
type
AIUserMessage
=
{
role
:
"user"
;
content
:
string
|
(
TextPart
|
ImagePart
|
FilePart
)
[]
;
}
Index
Properties
role
content
Properties
role
role
:
"user"
content
content
:
string
|
(
TextPart
|
ImagePart
|
FilePart
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
role
content
Plot
GitHub
NPM
Creating Plot Twists
Loading...
A user message. It can contain text or a combination of text and images.