(self, tmp_path)
| 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 |
nothing calls this directly
no test coverage detected