nanomem_as_of
Retrieve what you knew or thought at a specific past date, ignoring records written after that moment. Use this to reconstruct past state or answer 'what did I think in March?'
Instructions
Answer a question as the memory stood at a past moment. Records written after that moment are not considered, so a value that has since been superseded is returned wherever it was still current. Use this for 'what did I think in March', or to reconstruct past state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | Yes | YYYY-MM-DD, an ISO timestamp, or a unix time. | |
| query | Yes | The question to ask. | |
| top_k | No | Number of results. |