Letta · Schema

IdentityType

Enum to represent the type of the identity.

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

letta-identitytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityType",
  "title": "IdentityType",
  "type": "string",
  "enum": [
    "org",
    "user",
    "other"
  ],
  "description": "Enum to represent the type of the identity."
}