{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--MongoSymbolicMemory.json",
  "title": "MongoSymbolicMemory",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/SymbolicMemory/MongoSymbolicMemory.json",
    "sourceSha256": "19dc852d88f0941af736243288052dfd1d93975c50548754504a554b80c725e1"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "MongoSymbolicMemory",
      "title": "Implementation"
    },
    "mongo_connection_string": {
      "default": "mongodb://localhost:27017/?directConnection=true",
      "description": "The connection string to the MongoDB instance.",
      "title": "Mongo Connection String",
      "type": "string"
    },
    "mongo_database_name": {
      "default": "eidolon",
      "description": "The name of the MongoDB database to use.",
      "title": "Mongo Database Name",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.memory.mongo_symbolic_memory.MongoSymbolicMemory",
    "groups": [
      "SymbolicMemory"
    ],
    "name": "MongoSymbolicMemory",
    "overrides": {}
  }
}
