docs
api
workshops
blog
github
angular
core
react
AssistantMessage
API
interface
AssistantMessage
{
content
?:
string;
role
:
"assistant"
;
toolCallIds
: string[];
}