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