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": "
|
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'>"
|