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