pub async fn remember_handler(
__arg0: State<Arc<MnemoEngine>>,
__arg1: Json<RememberRequest>,
) -> Result<Json<RememberResponse>, AppError>Expand description
POST /v1/memories – store a new memory.
pub async fn remember_handler(
__arg0: State<Arc<MnemoEngine>>,
__arg1: Json<RememberRequest>,
) -> Result<Json<RememberResponse>, AppError>POST /v1/memories – store a new memory.