Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The structured response object containing semantic search matches.
SearchMemoriesResult
content
EpisodicMemory[]
status
number
200
cconst searchResponse = await memory.search('What is the user's favorite color?'); if (searchResponse.status === 0) { console.dir(searchResponse.content, { depth: null }) }