mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
8 lines
296 B
TypeScript
8 lines
296 B
TypeScript
import { fileURLToPath } from "node:url";
|
|
import { describeSglangProviderDiscoveryContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
|
|
describeSglangProviderDiscoveryContract({
|
|
load: () => import("./index.js"),
|
|
apiModuleId: fileURLToPath(new URL("./api.js", import.meta.url)),
|
|
});
|