This commit is contained in:
team3
2026-06-30 00:14:18 +02:00
parent 3e3559aa8f
commit c794fcaccf
152 changed files with 9485 additions and 9583 deletions

View File

@@ -1,24 +1,24 @@
Du überarbeitest GENAU EINEN Änderungs-Vorschlag für ein Lern-Element zum Thema "{topic}" nach einer Nutzer-Anweisung.
You revise EXACTLY ONE change proposal for a learning element on the topic "{topic}", following a user instruction.
AKTUELLES ELEMENT (JSON):
CURRENT ELEMENT (JSON):
{element_json}
AKTUELLER VORSCHLAG (JSON):
CURRENT PROPOSAL (JSON):
{suggestion_json}
ANWEISUNG DES NUTZERS:
USER INSTRUCTION:
{instruction}
Passe den Vorschlag gemäß der Anweisung an. Behalte action/target/index bei, außer die Anweisung verlangt anderes.
Adjust the proposal per the instruction. Keep action/target/index, unless the instruction requires otherwise.
Stil-Regeln für content: SO LANG WIE NÖTIG und SO KURZ WIE MÖGLICH. `inline-code` für Bezeichner, Tags und Befehle — IMMER in Backticks. examples im themengerechten Format (Codeblock mit Sprachangabe NUR bei Code, sonst Beispielsätze/Mini-Szenario) mit Varianten-Label (Code-Kommentar bzw. **fettes** Label). hints im Telegrammstil: nur die Kernaussage.
Style rules for content: AS LONG AS NEEDED and AS SHORT AS POSSIBLE. `inline-code` for identifiers, tags and commands — ALWAYS in backticks. examples in a topic-appropriate format (a code block with language tag ONLY for code, otherwise example sentences/mini-scenario) with a variant label (a code comment or a **bold** label). hints in telegraphic style: just the core statement.
Felder:
- text: kurz, was geändert wird (max. 12 Wörter, reiner Text)
- action: "entfernen" | "anpassen" | "hinzufuegen"
Fields:
- text: short, what is changed (max. 12 words, plain text)
- action: "remove" | "adjust" | "add"
- target: "title" | "description" | "examples" | "hints"
- index: 0-basierte Position im examples-/hints-Array (sonst null)
- content: der neue vollständige Inhalt (bei entfernen: leer)
- index: 0-based position in the examples/hints array (otherwise null)
- content: the new complete content (empty for "remove")
Gib NUR gültiges JSON aus, ohne Code-Fence, ohne weiteren Text:
{{"change": {{"text": "...", "action": "anpassen", "target": "hints", "index": 0, "content": "..."}}}}
Write the user-facing fields (`text`, `content`) in GERMAN. Output ONLY valid JSON, no code fence, no other text:
{{"change": {{"text": "...", "action": "adjust", "target": "hints", "index": 0, "content": "..."}}}}