searchMemory

abstract suspend fun searchMemory(appName: String, userId: String, query: String): SearchMemoryResponse

Searches for sessions that match the query asynchronously.

Return

A SearchMemoryResponse containing the matching memories.

Parameters

appName

The name of the application.

userId

The id of the user.

query

The query to search for.