Expand description
Prompt construction for LLM-powered session summaries.
Provides the system prompt and message formatting logic needed to generate concise summaries of AI-assisted development sessions.
Functionsยง
- prepare_
conversation - Formats session messages into a conversation transcript for the LLM.
- system_
prompt - Returns the system prompt that instructs the LLM how to summarize a session.