mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Refactor prompts into markdown-style structure using Jinja2. ### Type of change - [x] Refactoring
8 lines
70 B
Markdown
8 lines
70 B
Markdown
**Input:**
|
|
{{ query }}
|
|
===
|
|
{{ languages | join(', ') }}
|
|
|
|
**Output:**
|
|
|