change metric

This commit is contained in:
2025-10-29 14:42:12 +08:00
parent 23535e3b8f
commit 703e429293

View File

@@ -83,11 +83,7 @@ class Validator:
break
tool_used.append(st_cond)
for cond in tool_used:
if not cond:
return False
return True
return sum(tool_used)/len(tool_uses)