feat: add team memory routes

This commit is contained in:
Anish Sarkar 2026-05-20 02:02:27 +05:30
parent 5247dc7097
commit 3178309e1a
5 changed files with 111 additions and 222 deletions

View file

@ -21,7 +21,6 @@ class SearchSpaceUpdate(BaseModel):
description: str | None = None
citations_enabled: bool | None = None
qna_custom_instructions: str | None = None
shared_memory_md: str | None = None
ai_file_sort_enabled: bool | None = None