space_memories
Retrieve or search stored memories within a specific context space using semantic filtering to access relevant information.
Instructions
List or search memories within a context space.
Args:
space_id: The space ID to query.
query: Optional search query to filter memories semantically.
limit: Maximum number of memories to return (default 50).
Returns:
JSON string with memories in the space.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ||
| query | No | ||
| limit | No |