Skip to content

Commit f9d2730

Browse files
committed
fix: model override test complexity
1 parent 970deb0 commit f9d2730

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

tests/unittests/models/test_litellm.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -559,26 +559,6 @@ async def test_generate_content_async_with_model_override(
559559
role="user", parts=[types.Part.from_text(text="Test prompt")]
560560
)
561561
],
562-
config=types.GenerateContentConfig(
563-
tools=[
564-
types.Tool(
565-
function_declarations=[
566-
types.FunctionDeclaration(
567-
name="test_function",
568-
description="Test function description",
569-
parameters=types.Schema(
570-
type=types.Type.OBJECT,
571-
properties={
572-
"test_arg": types.Schema(
573-
type=types.Type.STRING
574-
)
575-
},
576-
),
577-
)
578-
]
579-
)
580-
],
581-
),
582562
)
583563

584564
async for response in lite_llm_instance.generate_content_async(llm_request):

0 commit comments

Comments
 (0)