Attachment constructor
Attachment({})
Implementation
Attachment({
required this.id,
required this.conversationId,
required this.companyId,
required this.userId,
required this.previousQueryId,
required this.type,
required this.fileName,
required this.link,
required this.extension,
required this.ragId,
required this.summary,
required this.tokens,
});