pub const SUMMARIZE_PROMPT: &str = r#"Create a detailed summary of this conversation focusing on:
1. **What was accomplished**: Key tasks completed and files modified
2. **Current work**: What is currently in progress
3. **Technical details**: Important implementation decisions and patterns used
4. **Next steps**: What should be done next to continue the work
5. **Context**: Important information needed to resume work effectively
Be specific about file names, functions, and technical details that would help someone continue this work."#;
Expand description
Prompt for conversation summarization