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