mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 22:47:59 +00:00
migrate memory banks to Resource and new registration
This commit is contained in:
parent
b4416b72fd
commit
c82f13bf9e
16 changed files with 178 additions and 104 deletions
|
@ -271,7 +271,7 @@ class Session(BaseModel):
|
|||
turns: List[Turn]
|
||||
started_at: datetime
|
||||
|
||||
memory_bank: Optional[MemoryBankDef] = None
|
||||
memory_bank: Optional[MemoryBank] = None
|
||||
|
||||
|
||||
class AgentConfigCommon(BaseModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue