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

Method test_schema_in_instructions

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

Source from the content-addressed store, hash-verified

34 assert "pageindex_retrieve" not in agent.instructions
35
36 def test_schema_in_instructions(self, tmp_path):
37 agent = build_query_agent(str(tmp_path), "gpt-4o-mini")
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")

Callers

nothing calls this directly

Calls 1

build_query_agentFunction · 0.90

Tested by

no test coverage detected