MCPcopy
hub / github.com/promptfoo/promptfoo / initialize

Method initialize

src/python/worker.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 ) {}
41
42 async initialize(): Promise<void> {
43 return this.startWorker();
44 }
45
46 private async startWorker(): Promise<void> {
47 const wrapperPath = path.join(getWrapperDir('python'), 'persistent_wrapper.py');

Calls 1

startWorkerMethod · 0.95

Tested by

no test coverage detected