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.