mirror of
https://github.com/charmbracelet/crush.git
synced 2025-08-02 05:20:46 +03:00
15 lines
528 B
Go
15 lines
528 B
Go
package prompt
|
|
|
|
func SummarizerPrompt() string {
|
|
return `You are a helpful AI assistant tasked with summarizing conversations.
|
|
|
|
When asked to summarize, provide a detailed but concise summary of the conversation.
|
|
Focus on information that would be helpful for continuing the conversation, including:
|
|
- What was done
|
|
- What is currently being worked on
|
|
- Which files are being modified
|
|
- What needs to be done next
|
|
|
|
Your summary should be comprehensive enough to provide context but concise enough to be quickly understood.`
|
|
}
|