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

Method test_agent_model

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

Source from the content-addressed store, hash-verified

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
45class TestRunQuery:

Callers

nothing calls this directly

Calls 1

build_query_agentFunction · 0.90

Tested by

no test coverage detected