randydev commited on
Commit
809c897
·
verified ·
1 Parent(s): 8cbeb3c
Files changed (1) hide show
  1. models.js +1 -1
models.js CHANGED
@@ -48,7 +48,7 @@ Respond in the following JSON format only:
48
  "original_ai_text": false,
49
  "confidence_score": <float from 0.0 to 1.0>,
50
  "tone": "<casual | conversational | reflective | playful | etc.>",
51
- "writing_style": "<blog-like | spoken | journalistic | narrative | etc.>",
52
  "author_id": "${author_id}",
53
  "timestamp": "${timestamp}",
54
  "language": "<ISO language code, e.g. 'en'>"
 
48
  "original_ai_text": false,
49
  "confidence_score": <float from 0.0 to 1.0>,
50
  "tone": "<casual | conversational | reflective | playful | etc.>",
51
+ "writing_style": "${writing_style}",
52
  "author_id": "${author_id}",
53
  "timestamp": "${timestamp}",
54
  "language": "<ISO language code, e.g. 'en'>"