Compare commits
2 Commits
2fb16b812a
...
3e80e527d3
Author | SHA1 | Date | |
---|---|---|---|
3e80e527d3 | |||
3e47dd79e6 |
|
@ -472,7 +472,7 @@ def solve_issue_in_repository(
|
|||
if not resolution.success:
|
||||
return resolution
|
||||
|
||||
# Verify whether this is a satisfactory solution (skipped if no evaluator model)
|
||||
# Skip evaluation if no evaluator model specified, otherwise verify solution
|
||||
if not EVALUATOR_MODEL or verify_solution(repository_path, issue_content):
|
||||
return resolution
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user