feat: treat disputed extracted values as unverified in constructability and critic prompts
This commit is contained in:
@@ -47,6 +47,7 @@ class ConstructabilityAgent:
|
||||
"assertions": dumps(cluster["assertions"]),
|
||||
"clusters": dumps(slim_clusters([cluster])),
|
||||
"conflicts": dumps(scope.payload.get("conflicts") or []),
|
||||
"disputes": dumps(cluster.get("disputed_attributes") or []),
|
||||
}
|
||||
for key, value in substitutions.items():
|
||||
instruction = instruction.replace("{" + key + "}", value)
|
||||
|
||||
Reference in New Issue
Block a user