ruff format

This commit is contained in:
Manoj Aggarwal 2026-01-21 09:55:40 -08:00
parent d640802909
commit 6a8721bd17
2 changed files with 19 additions and 5 deletions

View file

@ -478,7 +478,9 @@ class MemoryCategory(str, Enum):
# Using lowercase keys to match PostgreSQL enum values
preference = "preference" # User preferences (e.g., "prefers dark mode")
fact = "fact" # Facts about the user (e.g., "is a Python developer")
instruction = "instruction" # Standing instructions (e.g., "always respond in bullet points")
instruction = (
"instruction" # Standing instructions (e.g., "always respond in bullet points")
)
context = "context" # Contextual information (e.g., "working on project X")