SmartMemory
POST
/memory/inference

Run inference engine to create inferred edges from rules.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request to run inference engine.

Response Body

application/json

application/json

curl -X POST "https://example.com/memory/inference" \  -H "Content-Type: application/json" \  -d '{}'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}