forked from phoenix-oss/llama-stack-mirror
formatting
This commit is contained in:
parent
94dfa293a6
commit
b6ccaf1778
33 changed files with 110 additions and 97 deletions
|
@ -25,9 +25,9 @@ class RunShieldResponse(BaseModel):
|
|||
|
||||
|
||||
class Safety(Protocol):
|
||||
|
||||
@webmethod(route="/safety/run_shields")
|
||||
async def run_shields(
|
||||
self,
|
||||
request: RunShieldRequest,
|
||||
) -> RunShieldResponse: ...
|
||||
) -> RunShieldResponse:
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue