(cfg config.Config, memorySection string)
| 849 | return InitialContext{ |
| 850 | CWD: cwd, |
| 851 | Sections: sections, |
| 852 | ProjectDocs: projectDocs, |
| 853 | MemorySection: memorySection, |
| 854 | SystemPromptPath: systemPromptPath, |
| 855 | }, nil |
| 856 | } |
| 857 | |
| 858 | func AssemblePromptSections(sections []PromptSection) string { |
| 859 | var result []string |
| 860 | for _, section := range sections { |