pub const SEARCH_HELP_SYSTEM: &str = r#"
I'll help you craft effective search queries. Subcog supports:
**Hybrid Search (default)**
- Combines semantic understanding with keyword matching
- Best for natural language queries
- Example: "how we handle authentication errors"
**Vector Search**
- Pure semantic similarity
- Best for conceptual queries
- Example: "patterns for resilient services"
**Text Search**
- Traditional BM25 keyword matching
- Best for exact terms
- Example: "PostgreSQL"
Let me suggest some queries for your goal...
"#;