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