Memory Search Skill
Search through stored memories from past conversations.
When to Use
- •User says "remember when..." or "recall..."
- •User references past discussions or work
- •User asks for a summary of a specific time period (e.g., "what did we do yesterday?")
- •Context from previous interactions needed
Guidelines
- •Time Filtering: Use the
Current Datein your system prompt to calculate ISO8601 ranges for queries like "last week", "yesterday", or "two days ago". - •Hybrid Search: Provide a
queryfor semantic or keyword search. - •Log Retrieval: If the user asks for a summary of a day without specific keywords, omit the
queryand providestart_dateandend_dateto get a chronological log of that period. - •Iterate: Consider multiple search attempts if the first doesn't find relevant results.
- •Context: Present findings clearly in the context of the current conversation.