Letta · Schema

ImageURL

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
url string
detail string
View JSON Schema on GitHub

JSON Schema

letta-imageurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImageURL",
  "title": "ImageURL",
  "properties": {
    "url": {
      "type": "string",
      "title": "Url"
    },
    "detail": {
      "type": "string",
      "enum": [
        "auto",
        "low",
        "high"
      ],
      "title": "Detail"
    }
  },
  "type": "object",
  "required": [
    "url"
  ]
}