{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--GPT4o-mini.json",
  "title": "GPT4o-mini",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/APU/GPT4o-mini.json",
    "sourceSha256": "c39f2e129459f834e6275e9c901896e6c004ae956ddafefb75c83c7a09344ee9"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "GPT4o-mini",
      "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": "OpenAIGPT",
        "model": "gpt-4o-mini"
      }
    },
    "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": "OpenAiSpeech"
    },
    "image_unit": {
      "anyOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
        },
        {
          "type": "null"
        }
      ],
      "default": "OpenAIImageUnit"
    },
    "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": "GPT4o-mini",
    "overrides": {
      "audio_unit": "OpenAiSpeech",
      "image_unit": "OpenAIImageUnit",
      "llm_unit": {
        "implementation": "OpenAIGPT",
        "model": "gpt-4o-mini"
      }
    }
  }
}
