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

Method execute

src/server/tasks/dbbench/interaction.py:27–28  ·  view source on GitHub ↗
(self, sql: str, data: Union[Sequence, Dict[str, Any]] = ())

Source from the content-addressed store, hash-verified

25 raise NotImplementedError
26
27 async def execute(self, sql: str, data: Union[Sequence, Dict[str, Any]] = ()) -> str:
28 raise NotImplementedError
29
30 async def batch_execute(self, sql: List[Union[str, Tuple[str, Union[Sequence, Dict[str, Any]]]]]):
31 raise NotImplementedError

Callers 5

deleteMethod · 0.45
executeMethod · 0.45
batch_executeMethod · 0.45
_create_databaseMethod · 0.45
_get_table_hash_asyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected