feat: surface disputed extracted values to critic and specialist prompts

This commit is contained in:
2026-08-10 10:47:34 -05:00
parent df4d15fd0c
commit 8631a26006
4 changed files with 34 additions and 1 deletions
+2
View File
@@ -54,6 +54,8 @@ def slim_clusters(clusters: List[Dict]) -> List[Dict]:
"location": c.get("location"),
"disciplines": c.get("disciplines"),
"kind": c.get("kind"),
**({"disputed_attributes": c["disputed_attributes"]}
if c.get("disputed_attributes") else {}),
"assertions": [slim_assertion(a) for a in c.get("assertions", [])],
}
for c in clusters