additional logging information

This commit is contained in:
Isadora White 2025-03-23 16:29:16 -05:00
parent 354e1f754a
commit 8130703ba0

View file

@ -18,7 +18,8 @@ export class ConstructionTaskValidator {
}
let total_blocks = result.mismatches.length + result.matches.length;
score = (result.matches.length / total_blocks) * 100;
console.log(`Task is ${score}% complete`);
console.log(`Agent name is ${this.agent.name}`);
console.log(`Task is ${score}% complete \n\n`);
return {
"valid": valid,
"score": score