AssistantMessageEvent constructor
const
AssistantMessageEvent({})
Implementation
const AssistantMessageEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.messageId,
required this.content,
this.toolRequests,
this.reasoningOpaque,
this.reasoningText,
this.encryptedContent,
this.phase,
this.parentToolCallId,
}) : super(type: 'assistant.message');