mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 02:31:59 +00:00
chore: more mypy fixes
Mainly tried to cover the entire llama_stack/apis directory, we only have one left. Some excludes were just noop. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
1fbda6bfaa
commit
cbb6992896
27 changed files with 581 additions and 166 deletions
|
|
@ -53,5 +53,5 @@ class Safety(Protocol):
|
|||
self,
|
||||
shield_id: str,
|
||||
messages: list[Message],
|
||||
params: dict[str, Any] = None,
|
||||
params: dict[str, Any],
|
||||
) -> RunShieldResponse: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue