search_by_file
Search stored memories by file path using case-insensitive substring matching to retrieve relevant context, decisions, and knowledge from the shared semantic memory layer.
Instructions
Find all memories related to a specific file path.
Args: file_path: File path to search for (substring match, case-insensitive) limit: Maximum number of results (default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |