Creating Plot Twists
Plot
GitHub
NPM
Preparing search index...
tools/ai
AIToolMessage
Type Alias AIToolMessage
A tool message. It contains the result of one or more tool calls.
type
AIToolMessage
=
{
role
:
"tool"
;
content
:
ToolResultPart
[]
;
}
Index
Properties
role
content
Properties
role
role
:
"tool"
content
content
:
ToolResultPart
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
role
content
Plot
GitHub
NPM
Creating Plot Twists
Loading...
A tool message. It contains the result of one or more tool calls.