# AI Prompt Templates This directory contains Jinja2 prompt templates for Kimi AI integration. ## Structure ``` prompts/ ├── system/ │ └── base.txt # Base system prompt with domain knowledge ├── plan_generation/ │ └── generate.txt # Natural language -> simulation plan (P3-M3) ├── result_analysis/ │ └── analyze.txt # Simulation results -> analysis report (P3-M4) └── experience/ └── semantic.txt # Semantic search and QA (P3-M5) ``` ## Usage Templates are loaded by `app/services/prompt_loader.py` and rendered with Jinja2 before being sent to the Kimi API. All templates must: 1. Use Chinese for domain-specific instructions 2. Include clear output format specifications 3. Request JSON output when structured data is needed 4. Reference motor engineering domain knowledge