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

Method delete

src/server/tasks/dbbench/interaction.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 raise FileNotFoundError(f"SQLite database file not found: {self.sqlite_path}")
183
184 async def delete(self):
185 pass
186
187 async def execute(self, sql: str, data: Union[Sequence, Dict[str, Any]] = ()) -> str:
188 """使用单独的Python进程执行SQLite查询"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected