MCPcopy 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
76def has_appendix_field(skill: str) -> bool:
77 return APPENDIX_START in skill and APPENDIX_END in skill
78
79
80def _render_block(notes: list[str]) -> str:

Callers 2

test_appendix_moduleFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_appendix_moduleFunction · 0.72