mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 07:04:01 -06:00
caa01f4f5b
* 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
9 lines
350 B
TypeScript
9 lines
350 B
TypeScript
// Venice tests cover provider runtime.contract plugin behavior.
|
|
import { describeVeniceProviderRuntimeContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
import manifest from "./openclaw.plugin.json" with { type: "json" };
|
|
|
|
describeVeniceProviderRuntimeContract(
|
|
() => import("./index.js"),
|
|
manifest.modelCatalog.providers.venice,
|
|
);
|