mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
Revert "chore: remove vector_db_id from AgentSessionInfo (#1296)"
This reverts commit 200ef29233
.
This commit is contained in:
parent
200ef29233
commit
90c66c2743
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue