mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
8 lines
335 B
TypeScript
8 lines
335 B
TypeScript
import { fileURLToPath } from "node:url";
|
|
import { describeGithubCopilotProviderDiscoveryContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
|
|
describeGithubCopilotProviderDiscoveryContract({
|
|
load: () => import("./index.js"),
|
|
registerRuntimeModuleId: fileURLToPath(new URL("./register.runtime.js", import.meta.url)),
|
|
});
|