{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AnthropicLLMUnit.json",
  "title": "AnthropicLLMUnit",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/LLMUnit/AnthropicLLMUnit.json",
    "sourceSha256": "ec6cc5eccc20a365012ff123bb26c0569bfd0131e5aaae86225fd817eb2c03cb"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "AnthropicLLMUnit",
      "title": "Implementation"
    },
    "model": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "temperature": {
      "default": 0.3,
      "title": "Temperature",
      "type": "number"
    },
    "max_tokens": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Max Tokens"
    },
    "client_args": {
      "default": {},
      "title": "Client Args",
      "type": "object"
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.apu.llm.anthropic_llm_unit.AnthropicLLMUnit",
    "groups": [
      "LLMUnit"
    ],
    "name": "AnthropicLLMUnit",
    "overrides": {}
  }
}
