We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fdefd commit 6c85587Copy full SHA for 6c85587
tests/test_agent.py
@@ -107,7 +107,7 @@ def test_agent_without_long_term_memory():
107
assert load_memory not in agent.tools
108
109
110
-@patch("veadk.agent.LiteLlm")
+@patch("google.adk.models.lite_llm.LiteLlm")
111
def test_agent_model_creation(mock_lite_llm):
112
mock_model = Mock()
113
mock_lite_llm.return_value = mock_model
0 commit comments