{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--RawMemoryUnit.json",
  "title": "RawMemoryUnit",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/MemoryUnit/RawMemoryUnit.json",
    "sourceSha256": "7ef800ab4767340f714a4c481eddbda6b3c7e150ef187cb94b8d00829e97d010"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "RawMemoryUnit",
      "title": "Implementation"
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.apu.conversation_memory_unit.RawMemoryUnit",
    "groups": [
      "MemoryUnit"
    ],
    "name": "RawMemoryUnit",
    "overrides": {}
  }
}
