mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
Merge pull request #39420 from BerriAI/litellm_bedrock_kb_fake_router_kwarg
test(bedrock): accept the router kwarg in the knowledge base search fake
This commit is contained in:
commit
3c6b0705b2
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ async def test_bedrock_kb_request_body_has_transformed_filters(
|
|||
timeout=None,
|
||||
client=None,
|
||||
_is_async=False,
|
||||
router: "litellm.Router | None" = None,
|
||||
):
|
||||
litellm_params_dict = (
|
||||
litellm_params.model_dump(exclude_none=False)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue