Letta · Schema

FileFile

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
file_data string
file_id string
filename string
View JSON Schema on GitHub

JSON Schema

letta-filefile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileFile",
  "title": "FileFile",
  "properties": {
    "file_data": {
      "type": "string",
      "title": "File Data"
    },
    "file_id": {
      "type": "string",
      "title": "File Id"
    },
    "filename": {
      "type": "string",
      "title": "Filename"
    }
  },
  "type": "object"
}