Revert "chore: remove vector_db_id from AgentSessionInfo (#1296)"

This reverts commit 200ef29233.
This commit is contained in:
Xi Yan 2025-02-27 10:34:39 -08:00 committed by GitHub
parent 200ef29233
commit 90c66c2743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,8 @@ log = logging.getLogger(__name__)
class AgentSessionInfo(BaseModel): class AgentSessionInfo(BaseModel):
session_id: str session_id: str
session_name: str session_name: str
# TODO: is this used anywhere?
vector_db_id: Optional[str] = None
started_at: datetime started_at: datetime