mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00: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)),
|
|
});
|