mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 20:21:33 +00:00
* refactor(providers): share family forward compat resolution * test(providers): derive runtime contracts from manifests * test(providers): validate manifest fixture inputs * refactor(zai): narrow forward compat inputs
6 lines
331 B
TypeScript
6 lines
331 B
TypeScript
// Github Copilot tests cover provider auth.contract plugin behavior.
|
|
import { describeGithubCopilotProviderAuthContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
import { DEFAULT_COPILOT_MODEL } from "./model-metadata.js";
|
|
|
|
describeGithubCopilotProviderAuthContract(() => import("./index.js"), DEFAULT_COPILOT_MODEL);
|