attach_memory_block
Attach a memory block to an agent in the Letta system to provide context, persona, or system information for enhanced interactions.
Instructions
Attach a memory block to an agent. Use list_memory_blocks to find blocks, create_memory_block to make new ones. Common labels: "persona", "human", "system".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | The ID of the memory block to attach | |
| agent_id | Yes | The ID of the agent to attach the memory block to | |
| label | No | Optional label for the memory block (e.g., "persona", "human", "system") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| success | Yes | ||
| agent_id | No | ||
| block_id | No |