Letta · Schema

ParameterProperties

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
type string
description object
View JSON Schema on GitHub

JSON Schema

letta-parameterproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ParameterProperties",
  "title": "ParameterProperties",
  "properties": {
    "type": {
      "type": "string",
      "title": "Type"
    },
    "description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Description"
    }
  },
  "type": "object",
  "required": [
    "type"
  ]
}