update
This commit is contained in:
@@ -129,8 +129,8 @@ class Welt:
|
||||
return j({"title": t.group(1).strip() if t else "", "description": beschr})
|
||||
if "-filter-" in key: # auch filter-recheck
|
||||
return j({"fragments": {}, "drop": []})
|
||||
if "-gruppierung-completion-" in key:
|
||||
return j({"additions": []})
|
||||
if "-gruppierung-completion-" in key or "-gruppierung-attach-" in key:
|
||||
return j({"additions": []}) # Anschluss-Judge: Fake-Nachzügler bleiben standalone
|
||||
if "-gruppierung-" in key:
|
||||
# jedes Atom seinem Cluster zuordnen (nur die FULL ITEM LIST, 1..n eindeutig)
|
||||
seg = prompt.split("FULL ITEM LIST", 1)[-1]
|
||||
|
||||
Reference in New Issue
Block a user