Prompt constructor
Prompt({})
Returns a new Prompt instance.
Implementation
Prompt({
required this.id,
required this.prompt,
required this.createdAt,
required this.updatedAt,
required this.platform,
this.mentor,
this.isSystem = true,
this.category,
this.description,
this.metadata,
});