POST /api/company-brain/memories/{memoryId}/feedback for lightweight
signals:
helpfulnot_helpfuloutdatedwrong
POST /api/company-brain/memories/{memoryId}/correction when the caller
knows the corrected content.
Correction workflow
Corrections update the memory itself. For document-backed memories, ifcorrectedChunkContent is provided, the cited source chunk is updated as well
so future document retrieval does not drift away from the corrected memory. For
curated company facts, there is no source chunk, so the correction updates only
the company fact.
DELETE /api/company-brain/memories/{memoryId}?workspaceId=... to remove a
curated company fact. Document-extracted memories are cleaned up through document
deletion when they are no longer backed by any source document.