MCPcopy Create free account
hub / github.com/THUDM/AgentBench / inference

Method inference

src/client/agent.py:8–9  ·  view source on GitHub ↗
(self, history: List[dict])

Source from the content-addressed store, hash-verified

6 pass
7
8 def inference(self, history: List[dict]) -> str:
9 raise NotImplementedError()

Callers 2

run_sampleMethod · 0.45
interactionFunction · 0.45

Calls

no outgoing calls

Tested by 1

interactionFunction · 0.36