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

Method batched

src/client/agents/http_agent.py:69–71  ·  view source on GitHub ↗
(messages)

Source from the content-addressed store, hash-verified

67 base = Prompter.role_content_dict(*args, **kwargs)
68
69 def batched(messages):
70 result = base(messages)
71 return {key: [result[key]] for key in result}
72
73 return batched
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected