fix: Update function name in error messages to use correct search_notes

Corrects error message templates to reference the actual search_notes function name for consistency.
This commit is contained in:
phernandez
2025-08-08 15:25:33 -05:00
parent b1e55e169e
commit 59eae34dee
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ def format_not_found_message(identifier: str) -> str:
## Search Instead
Try searching for related content:
```
search(query="{identifier}")
search_notes(query="{identifier}")
```
## Recent Activity
@@ -172,7 +172,7 @@ def format_related_results(identifier: str, results) -> str:
## Search For More Results
To see more related content:
```
search(query="{identifier}")
search_notes(query="{identifier}")
```
## Create New Note