Compare commits
2 Commits
a30b138a6b
...
f265f91be2
Author | SHA1 | Date | |
---|---|---|---|
f265f91be2 | |||
87646e5291 |
|
@ -472,8 +472,9 @@ def solve_issue_in_repository(
|
|||
if not resolution.success:
|
||||
return resolution
|
||||
|
||||
# Skip evaluation if no evaluator model is specified
|
||||
# Disable evaluation if no evaluator model is specified
|
||||
if not EVALUATOR_MODEL:
|
||||
# No evaluator model specified, skip evaluation
|
||||
return resolution
|
||||
|
||||
# Verify whether this is a satisfactory solution
|
||||
|
|
Loading…
Reference in New Issue
Block a user