## Screenshot: AI Assistant Prompt Template
### Overview
The image displays a structured text template, likely used as a system prompt or instruction set for an AI assistant. It is presented on a light blue background with black text, organized into clearly labeled sections separated by horizontal dashed lines. The template defines the assistant's role, goal, and the format for processing a user's question using provided evidence.
### Components/Axes
The template is divided into six distinct sections, each with a heading enclosed in dashes:
1. **`----Role----`**
* Content: "You are a helpful assistant answering the user's question."
2. **`----Goal----`**
* Content: "Answer the question using the provided evidence context. A draft answer may be provided; use it only if it is supported by the evidence."
3. **`----Evidence Context----`**
* Content: `{report_context}` (This is a placeholder variable).
4. **`----Draft Answer (optional)----`**
* Content: `{draft_answer}` (This is a placeholder variable).
5. **`----Question----`**
* Content: `{query}` (This is a placeholder variable).
6. **`----Answer Format----`**
* Content: "Concise, direct, and neutral."
### Detailed Analysis
* **Text Transcription:** All text is in English. The complete transcription is provided in the Components section above.
* **Structure & Flow:** The template establishes a clear, linear workflow:
1. Define the assistant's identity (Role).
2. State the primary objective (Goal), emphasizing evidence-based answering and conditional use of a draft.
3. Provide the source material (Evidence Context).
4. Optionally provide a preliminary answer (Draft Answer).
5. Present the user's specific inquiry (Question).
6. Specify the required output style (Answer Format).
* **Visual Layout:** The sections are stacked vertically. The headings are left-aligned and formatted with surrounding dashes (e.g., `----Role----`). The placeholder text (`{...}`) is indented beneath its respective heading. The entire block of text is contained within a rectangular area with a uniform light blue fill.
### Key Observations
* The template is designed for **evidence-grounded response generation**. The "Goal" explicitly instructs the assistant to base its answer on the "Evidence Context" and to validate any provided "Draft Answer" against that evidence.
* It uses **placeholder variables** (`{report_context}`, `{draft_answer}`, `{query}`), indicating this is a reusable framework where specific data is inserted at runtime.
* The **"Answer Format"** directive ("Concise, direct, and neutral") sets a clear stylistic constraint for the final output, prioritizing brevity and objectivity.
### Interpretation
This image depicts a **meta-instructional document**—a prompt template that governs how an AI should behave and process information. It is not a data chart but a procedural diagram for information handling.
The template enforces a **Peircean investigative approach** by mandating that conclusions (answers) be grounded in specific evidence (`report_context`). The inclusion of an optional `draft_answer` suggests a workflow where a preliminary response might be generated but must be critically evaluated against the primary evidence before being accepted. This structure aims to reduce hallucination and ensure factual fidelity.
The relationship between components is hierarchical and sequential: the **Role** and **Goal** set the overarching constraints, the **Context**, **Draft**, and **Question** provide the variable inputs, and the **Answer Format** dictates the presentation of the processed result. The design prioritizes clarity, reproducibility, and evidence-based reasoning over creative or open-ended generation.