pre feedback checkpoint

This commit is contained in:
2026-01-03 00:20:26 -07:00
parent 4d089eeb88
commit 554efec086
11 changed files with 292 additions and 121 deletions

View File

@@ -0,0 +1,14 @@
Request for generation of writing prompts for journaling
Payload:
The previous 60 prompts have been provided as a JSON array for reference.
Guidelines:
Using the attached JSON of writing prompts, you should try to pick out four unique and intentionally vague single-word themes that apply to some portion of the list.
Then add two more single word themes that are fairly different from the other four for a total of six words.
Expected Output:
Output as a JSON list with just the six words, in lowercase.
Despite the provided history being a keyed list or dictionary, the expected return JSON will be a simple list with no keys.
Respond ONLY with valid JSON. No explanations, no markdown, no backticks.

View File

@@ -0,0 +1,8 @@
[
{"feedback00": "introspection", "weight": 5},
{"feedback01": "anthropomorphism", "weight": 3},
{"feedback02": "reframing", "weight": 4},
{"feedback03": "continuity", "weight": 3},
{"feedback04": "concreteness", "weight": 2},
{"feedback05": "instruction", "weight": 1}
]