create_passage
Store text memories in an agent's archival memory for later retrieval and management within the Letta system.
Instructions
Insert a memory into an agent's archival memory store. Use list_passages to view existing memories, modify_passage to edit, or delete_passage to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ID of the agent to add the passage to | |
| text | Yes | Text content to write to archival memory. | |
| include_embeddings | No | Whether to include the full embedding vectors in the response (default: false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the created passage | |
| text | Yes | ||
| metadata | No | ||
| created_at | No | ||
| embedding_model | No |