← Back to prompt archive
🧠 System Prompts

answer

XML template for structuring an agent response with evaluate, memory, thought, and final answer fields.

Added Apr 14, 2026
```xml
<Option>
    <Evaluate>{evaluate}</Evaluate>
    <Memory>{memory}</Memory>
    <Thought>{thought}</Thought>
    <Final-Answer>{final_answer}</Final-Answer>
    <Route>Answer</Route>
</Option>
```
#xml #template #agent #routing #response