mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Fix shield_type and routing table breakage
This commit is contained in:
parent
657de08f04
commit
fb2678b134
6 changed files with 30 additions and 35 deletions
|
@ -23,7 +23,7 @@ class ShieldDef(BaseModel):
|
|||
identifier: str = Field(
|
||||
description="A unique identifier for the shield type",
|
||||
)
|
||||
type: str = Field(
|
||||
shield_type: str = Field(
|
||||
description="The type of shield this is; the value is one of the ShieldType enum"
|
||||
)
|
||||
params: Dict[str, Any] = Field(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue