mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
test(bedrock): type the router parameter on the knowledge base search fake
This commit is contained in:
parent
b6b5b31ce4
commit
8e26d13fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ async def test_bedrock_kb_request_body_has_transformed_filters(
|
|||
timeout=None,
|
||||
client=None,
|
||||
_is_async=False,
|
||||
router=None,
|
||||
router: "litellm.Router | None" = None,
|
||||
):
|
||||
litellm_params_dict = (
|
||||
litellm_params.model_dump(exclude_none=False)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue