store_memory
Save agent conversation turns with embeddings to a local database, enabling retrieval and context preservation.
Instructions
Persists an agent conversation turn with an embedding in the local DB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |