Skip to content

Commit

Permalink
Revert "chore: remove vector_db_id from AgentSessionInfo (#1296)"
Browse files Browse the repository at this point in the history
This reverts commit 200ef29.
  • Loading branch information
yanxi0830 authored Feb 27, 2025
1 parent 200ef29 commit 90c66c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
class AgentSessionInfo(BaseModel):
session_id: str
session_name: str
# TODO: is this used anywhere?
vector_db_id: Optional[str] = None
started_at: datetime


Expand Down

0 comments on commit 90c66c2

Please sign in to comment.