(self, tmp_path)
| 38 | assert SCHEMA_MD in agent.instructions |
| 39 | |
| 40 | def test_agent_model(self, tmp_path): |
| 41 | agent = build_query_agent(str(tmp_path), "my-model") |
| 42 | assert agent.model == "litellm/my-model" |
| 43 | |
| 44 | |
| 45 | class TestRunQuery: |
nothing calls this directly
no test coverage detected