Fix: PFLICHT-FRAKTIONEN = alle Landtagsfraktionen der WP, nicht nur Antragsteller+Regierung
This commit is contained in:
parent
038ebd6447
commit
5ea507b771
@ -282,8 +282,8 @@ async def analyze_antrag(text: str, bundesland: str = "NRW", model: str = "qwen-
|
|||||||
{text}
|
{text}
|
||||||
</antrag>
|
</antrag>
|
||||||
|
|
||||||
**PFLICHT-FRAKTIONEN:** Du MUSST folgende Fraktionen in `wahlprogrammScores` bewerten:
|
**PFLICHT-FRAKTIONEN:** Du MUSST ALLE folgenden Fraktionen der aktuellen Wahlperiode in `wahlprogrammScores` bewerten — keine auslassen:
|
||||||
{', '.join(dict.fromkeys(fraktionen + BUNDESLAENDER[bundesland].regierungsfraktionen))}
|
{', '.join(BUNDESLAENDER[bundesland].landtagsfraktionen)}
|
||||||
|
|
||||||
Bewerte nach GWÖ-Matrix 2.0 für Gemeinden:
|
Bewerte nach GWÖ-Matrix 2.0 für Gemeinden:
|
||||||
1. GWÖ-Treue (0-10) mit Matrix-Zuordnung und Symbolen (++/+/○/−/−−)
|
1. GWÖ-Treue (0-10) mit Matrix-Zuordnung und Symbolen (++/+/○/−/−−)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user