()
| 197 | return promptHooks |
| 198 | } |
| 199 | |
| 200 | func getTemplatePath() string { |
| 201 | templatePathOnce.Do(func() { |
| 202 | templatePath = resolveTemplatePath() |
| 203 | }) |
| 204 | return templatePath |
| 205 | } |
| 206 | |
| 207 | func LoadSystemPromptTemplateSections() ([]PromptSection, error) { |
no test coverage detected