We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5176e commit 2e9d673Copy full SHA for 2e9d673
1 file changed
src/basic_memory/mcp/prompts/ai_assistant_guide.py
@@ -20,7 +20,7 @@ def ai_assistant_guide() -> str:
20
A focused guide on Basic Memory usage.
21
"""
22
logger.info("Loading AI assistant guide resource")
23
- guide_doc = Path(__file__).parent.parent.parent.parent.parent / "static" /" ai_assistant_guide.md"
+ guide_doc = Path(__file__).parent.parent.parent.parent.parent / "static" / "ai_assistant_guide.md"
24
content = guide_doc.read_text()
25
logger.info(f"Loaded AI assistant guide ({len(content)} chars)")
26
return content
0 commit comments