Require valid JSON with escaped quotes in the definition files
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,8 @@ Rules:
|
|||||||
that ground it; do not give a keyword you cannot ground.
|
that ground it; do not give a keyword you cannot ground.
|
||||||
|
|
||||||
Do not wrap the output in a Markdown code fence.
|
Do not wrap the output in a Markdown code fence.
|
||||||
|
The output must be valid JSON; escape any double quote
|
||||||
|
inside a string as \".
|
||||||
|
|
||||||
Output a single JSON object mapping each keyword to its list
|
Output a single JSON object mapping each keyword to its list
|
||||||
of quotes, and nothing else:
|
of quotes, and nothing else:
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ Rules:
|
|||||||
names must be unique.
|
names must be unique.
|
||||||
|
|
||||||
Do not wrap the output in a Markdown code fence.
|
Do not wrap the output in a Markdown code fence.
|
||||||
|
The output must be valid JSON; escape any double quote
|
||||||
|
inside a string as \".
|
||||||
|
|
||||||
Output a single JSON object mapping each group name to the
|
Output a single JSON object mapping each group name to the
|
||||||
list of its member keywords, and nothing else:
|
list of its member keywords, and nothing else:
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ Rules:
|
|||||||
names must be unique.
|
names must be unique.
|
||||||
|
|
||||||
Do not wrap the output in a Markdown code fence.
|
Do not wrap the output in a Markdown code fence.
|
||||||
|
The output must be valid JSON; escape any double quote
|
||||||
|
inside a string as \".
|
||||||
|
|
||||||
Output a single JSON object mapping each group name to the
|
Output a single JSON object mapping each group name to the
|
||||||
list of its member keywords, and nothing else:
|
list of its member keywords, and nothing else:
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ Rules:
|
|||||||
cannot ground.
|
cannot ground.
|
||||||
|
|
||||||
Do not wrap the output in a Markdown code fence.
|
Do not wrap the output in a Markdown code fence.
|
||||||
|
The output must be valid JSON; escape any double quote
|
||||||
|
inside a string as \".
|
||||||
|
|
||||||
Output a single JSON object mapping each assigned keyword to
|
Output a single JSON object mapping each assigned keyword to
|
||||||
its list of quotes (an empty object when no keyword applies),
|
its list of quotes (an empty object when no keyword applies),
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ Rules:
|
|||||||
- Do not add any keyword that is not listed.
|
- Do not add any keyword that is not listed.
|
||||||
|
|
||||||
Do not wrap the output in a Markdown code fence.
|
Do not wrap the output in a Markdown code fence.
|
||||||
|
The output must be valid JSON; escape any double quote
|
||||||
|
inside a string as \".
|
||||||
|
|
||||||
Output a single JSON object mapping each kept keyword to your
|
Output a single JSON object mapping each kept keyword to your
|
||||||
list of quotes, and nothing else. A dropped keyword is simply
|
list of quotes, and nothing else. A dropped keyword is simply
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ Rules:
|
|||||||
ground it in a quote, the answer is no.
|
ground it in a quote, the answer is no.
|
||||||
|
|
||||||
Do not wrap the output in a Markdown code fence.
|
Do not wrap the output in a Markdown code fence.
|
||||||
|
The output must be valid JSON; escape any double quote
|
||||||
|
inside a string as \".
|
||||||
|
|
||||||
Output a single JSON array and nothing else: the quoted
|
Output a single JSON array and nothing else: the quoted
|
||||||
lines when the song expresses the theme, or an empty array
|
lines when the song expresses the theme, or an empty array
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ Rules:
|
|||||||
ground it in a quote, the answer is no.
|
ground it in a quote, the answer is no.
|
||||||
|
|
||||||
Do not wrap the output in a Markdown code fence.
|
Do not wrap the output in a Markdown code fence.
|
||||||
|
The output must be valid JSON; escape any double quote
|
||||||
|
inside a string as \".
|
||||||
|
|
||||||
Output a single JSON array and nothing else: the quoted
|
Output a single JSON array and nothing else: the quoted
|
||||||
lines when the song expresses the theme, or an empty array
|
lines when the song expresses the theme, or an empty array
|
||||||
|
|||||||
Reference in New Issue
Block a user