Letta · Schema

DuplicateFileHandling

How to handle duplicate filenames when uploading files

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

letta-duplicatefilehandling-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DuplicateFileHandling",
  "title": "DuplicateFileHandling",
  "type": "string",
  "enum": [
    "skip",
    "error",
    "suffix",
    "replace"
  ],
  "description": "How to handle duplicate filenames when uploading files"
}