Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SkillOpt
/ has_appendix_field
Function
has_appendix_field
skillopt/optimizer/appendix.py:76–77 ·
view source on GitHub ↗
(skill: str)
Source
from the content-addressed store, hash-verified
74
75
76
def
has_appendix_field(skill: str) -> bool:
77
return
APPENDIX_START in skill and APPENDIX_END in skill
78
79
80
def
_render_block(notes: list[str]) -> str:
Callers
2
test_appendix_module
Function · 0.90
inject_empty_appendix_field
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_appendix_module
Function · 0.72