2 parents ebdae79 + 12ced86 commit d70ddddCopy full SHA for d70dddd
1 file changed
src/kernel/types/no_recommendation.py
@@ -8,7 +8,7 @@
8
9
10
class NoRecommendation(BaseModel):
11
- code: Literal["proxy_restricted", "no_working_configuration", "inconclusive"]
+ code: Literal["proxy_restricted", "target_not_evaluable", "no_working_configuration", "inconclusive"]
12
"""
13
Machine-readable reason Kernel cannot currently provide a config recommendation.
14
0 commit comments