Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ initialize
Method
initialize
src/server/tasks/dbbench/interaction.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
self.type = db_type
20
21
async
def
initialize(self):
22
raise
NotImplementedError
23
24
async
def
delete(self):
25
raise
NotImplementedError
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected