compose_xingce_analysis_prompt
Creates a structured analysis prompt from a question and route result, guiding LLM reasoning without solving the question. Supports exam section context and module hints.
Instructions
Compose a structured analysis prompt from question and route result. Supports module_hint / section_context to guide routing by exam section context. Does not solve questions, compute answers, or select options. Returns prompt_text for LLM consumption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_text | Yes | ||
| options | No | ||
| module_hint | No | ||
| section_context | No | ||
| image_present | No | ||
| strict_mode | No | ||
| include_scaffold_summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||