feat: wave 5b evidence verification - vision fact-check of cited sheet text
This commit is contained in:
@@ -65,7 +65,8 @@ class ConstructabilityAgent:
|
||||
lambda item: validate_issue(item, "constructability"),
|
||||
)
|
||||
for finding in findings:
|
||||
finding.update(agent=self.name, scope_id=scope.scope_id)
|
||||
finding.update(agent=self.name, scope_id=scope.scope_id,
|
||||
cluster_key=cluster.get("key"))
|
||||
return AgentResult(scope_id=scope.scope_id, artifacts=findings)
|
||||
except Exception as exc:
|
||||
return failure(scope, exc)
|
||||
|
||||
Reference in New Issue
Block a user