mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
fix MemoryBankInput
This commit is contained in:
parent
48a6e27de9
commit
593ba80162
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ MemoryBank = Annotated[
|
|||
|
||||
@json_schema_type
|
||||
class MemoryBankInput(BaseModel):
|
||||
type: Literal[ResourceType.memory_bank.value] = ResourceType.memory_bank.value
|
||||
memory_bank_id: str
|
||||
params: BankParams
|
||||
provider_memory_bank_id: Optional[str] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue