Compare commits
2 Commits
f43f0a5ef6
...
1124381adc
Author | SHA1 | Date | |
---|---|---|---|
1124381adc | |||
642bd01dbe |
|
@ -472,10 +472,11 @@ def solve_issue_in_repository(
|
|||
if not resolution.success:
|
||||
return resolution
|
||||
|
||||
# Verify whether this is a satisfactory solution (skip if no evaluator model)
|
||||
# Skip evaluation if no evaluator model is specified
|
||||
if not EVALUATOR_MODEL:
|
||||
logger.info('Skipping evaluation because no evaluator model specified')
|
||||
return resolution
|
||||
|
||||
# Verify whether this is a satisfactory solution
|
||||
if verify_solution(repository_path, issue_content):
|
||||
return resolution
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user