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

Method test_agent_has_three_tools

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

Source from the content-addressed store, hash-verified

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")
22 assert len(agent.tools) == 3
23
24 def test_agent_tool_names(self, tmp_path):
25 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