build_rag_prompt
Generate a grounded RAG prompt from a question and retrieved context, with optional concise or detailed answer style.
Instructions
Build a grounded RAG prompt from a question and retrieved context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | ||
| question | Yes | ||
| answer_style | No | concise |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |