MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _make_client

Method _make_client

tests/test_llm_client.py:11–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9 """Verify that reasoning_effort is passed through without hardcoded defaults."""
10
11 def _make_client(self):
12 config = LLMConfig(api_key="test-key")
13 return LLMClient(config)
14
15 @patch("harness.llms.client.litellm")
16 def test_no_default_reasoning_effort(self, mock_litellm):

Calls 2

LLMConfigClass · 0.90
LLMClientClass · 0.90

Tested by

no test coverage detected