mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
Update src/basic_memory/schemas/base.py
Signed-off-by: Drew Cain <groksrc@users.noreply.github.com>
This commit is contained in:
@@ -193,7 +193,7 @@ class Entity(BaseModel):
|
||||
use_kebab_case = app_config.filename_format == "kebab-case"
|
||||
except ImportError:
|
||||
# Fallback to original behavior if config not available
|
||||
use_kebab_case = False
|
||||
use_kebab_case = True
|
||||
|
||||
filename = sanitize_filename(self.title) if use_kebab_case else self.title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user