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

Method initialize

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

Source from the content-addressed store, hash-verified

177 self.sqlite_path = sqlite_path
178
179 async def initialize(self):
180 # check if the SQLite database file exists
181 if not os.path.exists(self.sqlite_path):
182 raise FileNotFoundError(f"SQLite database file not found: {self.sqlite_path}")
183
184 async def delete(self):
185 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected