Skip to main content

Module prompt

Module prompt 

Source
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.