Letta · JSON Structure
Letta Passage Structure
Flat structure summary of the Letta Passage entity, derived from the Letta OpenAPI 1.0.0 spec.
Type:
Properties: 0
AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
letta-passage is a JSON Structure definition published by Letta.
Meta-schema:
JSON Structure
{
"jsonStructure": "0.1",
"name": "letta-passage",
"title": "Letta Passage",
"description": "Flat structure summary of the Letta Passage entity, derived from the Letta OpenAPI 1.0.0 spec.",
"source": "https://raw.githubusercontent.com/letta-ai/letta/main/fern/openapi.json",
"entity": "Passage",
"fields": [
{
"name": "created_by_id",
"type": "object",
"required": false,
"description": "The id of the user that made this object.",
"enum": null,
"format": null
},
{
"name": "last_updated_by_id",
"type": "object",
"required": false,
"description": "The id of the user that made this object.",
"enum": null,
"format": null
},
{
"name": "created_at",
"type": "object",
"required": false,
"description": "The creation date of the passage.",
"enum": null,
"format": null
},
{
"name": "updated_at",
"type": "object",
"required": false,
"description": "The timestamp when the object was last updated.",
"enum": null,
"format": null
},
{
"name": "is_deleted",
"type": "boolean",
"required": false,
"description": "Whether this passage is deleted or not.",
"enum": null,
"format": null
},
{
"name": "archive_id",
"type": "object",
"required": false,
"description": "The unique identifier of the archive containing this passage.",
"enum": null,
"format": null
},
{
"name": "source_id",
"type": "object",
"required": false,
"description": "Deprecated: Use `folder_id` field instead. The data source of the passage.",
"enum": null,
"format": null
},
{
"name": "file_id",
"type": "object",
"required": false,
"description": "The unique identifier of the file associated with the passage.",
"enum": null,
"format": null
},
{
"name": "file_name",
"type": "object",
"required": false,
"description": "The name of the file (only for source passages).",
"enum": null,
"format": null
},
{
"name": "metadata",
"type": "object",
"required": false,
"description": "The metadata of the passage.",
"enum": null,
"format": null
},
{
"name": "tags",
"type": "object",
"required": false,
"description": "Tags associated with this passage.",
"enum": null,
"format": null
},
{
"name": "id",
"type": "string",
"required": false,
"description": "The human-friendly ID of the Passage",
"enum": null,
"format": null
},
{
"name": "text",
"type": "string",
"required": true,
"description": "The text of the passage.",
"enum": null,
"format": null
},
{
"name": "embedding",
"type": "object",
"required": true,
"description": "The embedding of the passage.",
"enum": null,
"format": null
},
{
"name": "embedding_config",
"type": "object",
"required": true,
"description": "The embedding configuration used by the passage.",
"enum": null,
"format": null
}
],
"fieldCount": 15,
"requiredCount": 3
}