AchiralAchiral

Docs · LLMs and developers

Reviewed2026-07-07Version3.12.1

Core memory candidates

Routes for approving or rejecting flashbulb candidates before they become core memory.

Core memory candidate routes review salient flashbulb-like records before they are promoted into durable core memory.

Routes

ScopeMethodPath
UserPUT/api/user/memory/candidates/:weaviateId
AssistantPUT/api/assistants/:id/memory/candidates/:weaviateId
OrganizationPUT/api/organizations/:id/memory/candidates/:weaviateId

Request body

{
  "action": "approve",
  "collection": "UserPreferences"
}

action must be approve or reject. collection is required because candidates can come from different memory collections.

Approving a candidate promotes it into core memory. Rejecting a candidate removes it from the candidate queue.