### What problem does this PR solve? Refactor prompts into markdown-style structure using Jinja2. ### Type of change - [x] Refactoring
7 lines
70 B
Markdown
7 lines
70 B
Markdown
**Input:**
|
|
{{ query }}
|
|
===
|
|
{{ languages | join(', ') }}
|
|
|
|
**Output:**
|
|
|