mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
typedef fix
This commit is contained in:
parent
94dc0782bf
commit
a5d7caf21b
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ RoutableObject = Union[
|
||||||
|
|
||||||
RoutableObjectWithProvider = Union[
|
RoutableObjectWithProvider = Union[
|
||||||
ModelDefWithProvider,
|
ModelDefWithProvider,
|
||||||
ShieldDef,
|
ShieldDefWithProvider,
|
||||||
MemoryBankDef,
|
MemoryBankDefWithProvider,
|
||||||
]
|
]
|
||||||
|
|
||||||
RoutedProtocol = Union[
|
RoutedProtocol = Union[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue