Run enrichment operation using specified provider.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/ontology/enrichment/run" \ -H "Content-Type: application/json" \ -d '{}'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Run Dream Phase
**Deprecated:** the "dream" phase promoted ``memory_type="working"`` items retroactively. CORE-MEMORY-DYNAMICS-1 M1b renamed ``working`` to ``pending`` and moved routing to at-ingest via the ConsolidationRouter. This endpoint is a no-op retained for caller compatibility.
Run Grounding
Run grounding operation using specified grounder.