Skip to content

Commit d70dddd

Browse files
Merge remote-tracking branch 'origin/main' into stlc/promote-next
2 parents ebdae79 + 12ced86 commit d70dddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kernel/types/no_recommendation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class NoRecommendation(BaseModel):
11-
code: Literal["proxy_restricted", "no_working_configuration", "inconclusive"]
11+
code: Literal["proxy_restricted", "target_not_evaluable", "no_working_configuration", "inconclusive"]
1212
"""
1313
Machine-readable reason Kernel cannot currently provide a config recommendation.
1414
"""

0 commit comments

Comments
 (0)