mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01:00
debug(benchmark): Make sure TestResult validator error output is sufficient to debug
This commit is contained in:
@@ -33,7 +33,7 @@ class TestResult(BaseModel):
|
||||
logger.error(
|
||||
"Error validating `success ^ fail_reason` on TestResult: "
|
||||
f"success = {repr(values['success'])}; "
|
||||
f"fail_reason = {repr(v)}"
|
||||
f"fail_reason = {repr(v)} ({v})"
|
||||
)
|
||||
if v:
|
||||
success = values["success"]
|
||||
|
||||
Reference in New Issue
Block a user