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

Function loadSystemPromptTemplateSectionsForCWD

agentContext/builder.go:210–212  ·  view source on GitHub ↗
(cwd string)

Source from the content-addressed store, hash-verified

208 return loadSystemPromptTemplateSectionsFromPath(getTemplatePath())
209}
210
211func loadSystemPromptTemplateSectionsForCWD(cwd string) ([]PromptSection, error) {
212 return loadSystemPromptTemplateSectionsFromPath(resolveTemplatePathForCWD(cwd))
213}
214
215func loadSystemPromptTemplateSectionsWithConfig(cwd string, cfg config.Config) ([]PromptSection, string, error) {

Callers 1

BuildInitialContextFunction · 0.85

Tested by

no test coverage detected