()
| 39 | |
| 40 | let cachedPrompt: string | null = null; |
| 41 | function getPrompt(): string { |
| 42 | if (!cachedPrompt) cachedPrompt = buildGitHubPrompt(); |
| 43 | return cachedPrompt; |
| 44 | } |
| 45 | |
| 46 | // ── Route handler ────────────────────────────────────────────────────────── |
| 47 |
no test coverage detected