style: fix ruff formatting

This commit is contained in:
matrix9neonebuchadnezzar2199-sketch
2026-04-10 05:02:48 +09:00
parent 725fa2b6f1
commit f96300bb86
2 changed files with 12 additions and 9 deletions
+3 -1
View File
@@ -202,7 +202,9 @@ def tool_get_taxonomy():
return {"taxonomy": taxonomy}
def tool_search(query: str, limit: int = 5, wing: str = None, room: str = None, context: str = None):
def tool_search(
query: str, limit: int = 5, wing: str = None, room: str = None, context: str = None
):
# Mitigate system prompt contamination (Issue #333)
sanitized = sanitize_query(query)
result = search_memories(