Merge pull request #39472 from BerriAI/litellm_fix_kb_hook_test_embedding_executor

test(vector-store): accept embedding_executor in the Bedrock KB hook fake handler
This commit is contained in:
Mateo Wang 2026-09-02 21:11:24 -07:00 committed by GitHub
commit ff17e8b987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -370,6 +370,7 @@ async def test_bedrock_kb_request_body_has_transformed_filters(
custom_llm_provider,
litellm_params,
logging_obj,
embedding_executor=None,
extra_headers=None,
extra_body=None,
timeout=None,