get_memories_and_buckets
Retrieve saved user memories and available buckets, with optional filtering by bucket or search query, to access stored context for personalizing responses.
Instructions
Retrieve the user's saved memories from MemoryPlugin, optionally filtered by bucket. Also returns the list of available buckets.
Use to see what the user has previously saved. Consider using at conversation start if the user's query might benefit from their stored context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Whether to fetch all memories | |
| count | No | Number of memories to retrieve (default: 10) | |
| query | No | Optional search query | |
| latest | No | Whether to fetch only latest memories | |
| bucketId | No | Optional bucket ID to filter memories |