Updated label_and_rate.

This commit is contained in:
Daniel Miessler 2024-02-21 22:03:11 -08:00
parent c12bbed32c
commit 46a58866f4

View File

@ -52,12 +52,9 @@ Explanation: $$Explanation in 5 short bullets for why you gave that score.$$
OUTPUT FORMAT:
OUTPUT FORMAT:
Your output is ONLY in JSON. Follow these instructions for the JSON
Output in JSON using the following formatting and structure:
- Use camelCase for all object keys.
- Convert any hyphens or spaces in the keys to camelCase. For example, "one-sentence-summary" should become "oneSentenceSummary".
- Ensure proper indentation for readability.
- Each nested level should be indented with four spaces or one tab.
- Wrap strings in double quotes.