Skip to main content

Module prompts

Module prompts 

Source

Functionsยง

extraction_system_prompt
Returns the system prompt that instructs the LLM how to extract memories from a conversation. This prompt is the most critical component of the extraction pipeline: it determines what gets remembered and what gets discarded.
extraction_verification_prompt
Returns a verification prompt for the second extraction pass. Given the first pass results, asks the LLM to find what was missed.