Refa: refactor prompts into markdown-style structure using Jinja2 (#8667)

### What problem does this PR solve?

Refactor prompts into markdown-style structure using Jinja2.

### Type of change

- [x] Refactoring
This commit is contained in:
Yongteng Lei
2025-07-04 15:59:41 +08:00
committed by GitHub
parent 1cf24be04b
commit a306a6f158
11 changed files with 350 additions and 253 deletions

View File

@ -0,0 +1,7 @@
**Input:**
{{ query }}
===
{{ languages | join(', ') }}
**Output:**