memorize
Store or update a vector entry by ID, optionally with text and metadata, to create or modify an AI agent's long-term memory.
Instructions
Store a new entry in the vector space. Updates the entry if the ID already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| vector | Yes | ||
| metadata | No |