first commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user