MCPcopy
hub / github.com/koala73/worldmonitor / InitMessage

Interface InitMessage

src/workers/ml.worker.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14// Message types
15interface InitMessage {
16 type: 'init';
17 id: string;
18}
19
20interface LoadModelMessage {
21 type: 'load-model';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected