MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / LoadSystemPromptTemplateSections

Function LoadSystemPromptTemplateSections

agentContext/builder.go:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 return templatePath
205}
206
207func LoadSystemPromptTemplateSections() ([]PromptSection, error) {
208 return loadSystemPromptTemplateSectionsFromPath(getTemplatePath())
209}
210
211func loadSystemPromptTemplateSectionsForCWD(cwd string) ([]PromptSection, error) {

Calls 2

getTemplatePathFunction · 0.85