Commit a139a7d0 authored by Your Name's avatar Your Name

Fix indentation error in context.py import

parent 94845460
......@@ -460,7 +460,7 @@ class ContextManager:
def _load_system_prompt(self, method: str) -> str:
"""Load system prompt from markdown file"""
from pathlib import Path
from .database import DatabaseRegistry
from .database import DatabaseRegistry
# Check for user-specific prompt first if user_id is present
if self.user_id is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment