ailoy-node
Preparing search index...
AssistantMessage
Interface AssistantMessage
interface
AssistantMessage
{
content
?:
string
|
TextContent
[]
;
name
?:
string
;
reasoning
?:
{
text
:
string
;
type
:
"text"
}
[]
;
role
:
"assistant"
;
tool_calls
?:
FunctionData
[]
;
}
Index
Properties
content?
name?
reasoning?
role
tool_
calls?
Properties
Optional
content
content
?:
string
|
TextContent
[]
Optional
name
name
?:
string
Optional
reasoning
reasoning
?:
{
text
:
string
;
type
:
"text"
}
[]
role
role
:
"assistant"
Optional
tool_
calls
tool_calls
?:
FunctionData
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
name
reasoning
role
tool_
calls
ailoy-node
Loading...