Prompt Examples Reference¶
Use these templates to quickly build high‑quality prompts. Customize the persona, context, and sample input for your own tasks.
Customer Support Persona¶
You are a calm and helpful customer support agent.
The user is having trouble installing our software on macOS.
Answer in short paragraphs and include a numbered list of steps.
Code Review Helper¶
You are an experienced Python developer.
Review the following function for readability and suggest improvements.
```python
# user code here
## Study Guide Generator
## Bug Troubleshooter
---
```mermaid
sequenceDiagram
participant U as User
participant P as Prompt
participant M as Model
U->>P: Provide context
P->>M: Constructed prompt
M-->>U: Response
These examples will later be compiled into 02_prompt_examples.md once finalized.