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

Method batch_execute

src/server/tasks/dbbench/interaction.py:30–31  ·  view source on GitHub ↗
(self, sql: List[Union[str, Tuple[str, Union[Sequence, Dict[str, Any]]]]])

Source from the content-addressed store, hash-verified

28 raise NotImplementedError
29
30 async def batch_execute(self, sql: List[Union[str, Tuple[str, Union[Sequence, Dict[str, Any]]]]]):
31 raise NotImplementedError
32
33
34class MySQLDatabase(Database):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected