first commit

This commit is contained in:
NAME
2026-05-14 08:42:03 +00:00
commit 5f16ed135d
167 changed files with 29178 additions and 0 deletions
@@ -0,0 +1,12 @@
// dto/content-response.dto.ts
export class ContentResponseDto {
topic: string;
final: string;
draft?: string;
reviewNotes?: string;
detectedStyle: string;
detectedTone: string;
tokensUsed: number;
model: string;
prompt: string;
}