refactor fixtures and add support for composable fixtures

This commit is contained in:
Ashwin Bharambe 2024-11-02 22:38:08 -07:00 committed by Ashwin Bharambe
parent a42fbea1b8
commit dd049d5727
10 changed files with 485 additions and 270 deletions

View file

@ -4,7 +4,7 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from .config import SafetyConfig
from .config import LlamaGuardShieldConfig, SafetyConfig # noqa: F401
async def get_provider_impl(config: SafetyConfig, deps):