File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,3 +21,11 @@ class ConfigRegistryResponse(BaseModel):
2121 """A recommendation or a structured no-recommendation result."""
2222
2323 target : Target
24+
25+ guidance : Optional [str ] = None
26+ """Short advisory markdown to facilitate navigating this target.
27+
28+ Returned even when no configuration reached the target, since knowing what
29+ prevented success is useful without a configuration. Not verified against this
30+ target. Null when nothing applicable was observed or no notes exist.
31+ """
Original file line number Diff line number Diff line change @@ -13,3 +13,11 @@ class LookupResponse(BaseModel):
1313 recommendation : Optional [Recommendation ] = None
1414
1515 target : Target
16+
17+ guidance : Optional [str ] = None
18+ """Short advisory markdown to facilitate navigating this target.
19+
20+ Returned even when no configuration reached the target, since knowing what
21+ prevented success is useful without a configuration. Not verified against this
22+ target. Null when nothing applicable was observed or no notes exist.
23+ """
You can’t perform that action at this time.
0 commit comments