{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--MistralSmall.json",
  "title": "MistralSmall",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/APU/MistralSmall.json",
    "sourceSha256": "e70b7f0458bcb610503fea587fe23924dd3513b21eae52e710e2d889b0dc4383"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "MistralSmall",
      "title": "Implementation"
    },
    "max_num_function_calls": {
      "default": 10,
      "description": "The maximum number of function calls to make in a single request.",
      "title": "Max Num Function Calls",
      "type": "integer"
    },
    "io_unit": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "memory_unit": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "longterm_memory_unit": {
      "anyOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "llm_unit": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json",
      "default": {
        "implementation": "MistralGPT",
        "model": "mistral-small-latest"
      }
    },
    "logic_units": {
      "default": [],
      "items": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
      },
      "title": "Logic Units",
      "type": "array"
    },
    "audio_unit": {
      "anyOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "image_unit": {
      "anyOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "record_conversation": {
      "default": true,
      "title": "Record Conversation",
      "type": "boolean"
    },
    "allow_tool_errors": {
      "default": true,
      "title": "Allow Tool Errors",
      "type": "boolean"
    },
    "document_processor": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "retriever": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "retriever_apu": {
      "anyOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.apu.conversational_apu.ConversationalAPU",
    "groups": [
      "APU"
    ],
    "name": "MistralSmall",
    "overrides": {
      "llm_unit": {
        "implementation": "MistralGPT",
        "model": "mistral-small-latest"
      }
    }
  }
}
