MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_no_timeout_by_default

Method test_no_timeout_by_default

tests/test_query.py:179–181  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

177 assert agent.model_settings.extra_args == {"timeout": 1200.0}
178
179 def test_no_timeout_by_default(self, tmp_path):
180 agent = build_query_agent(str(tmp_path), "gpt-4o-mini")
181 assert agent.model_settings.extra_args is None

Callers

nothing calls this directly

Calls 1

build_query_agentFunction · 0.90

Tested by

no test coverage detected