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

Method test_agent_name

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

Source from the content-addressed store, hash-verified

14
15class TestBuildQueryAgent:
16 def test_agent_name(self, tmp_path):
17 agent = build_query_agent(str(tmp_path), "gpt-4o-mini")
18 assert agent.name == "wiki-query"
19
20 def test_agent_has_three_tools(self, tmp_path):
21 agent = build_query_agent(str(tmp_path), "gpt-4o-mini")

Callers

nothing calls this directly

Calls 1

build_query_agentFunction · 0.90

Tested by

no test coverage detected