mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 06:57:09 +02:00
9 lines
282 B
TypeScript
9 lines
282 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "byteplus",
|
|
providerIds: ["byteplus", "byteplus-plan"],
|
|
videoGenerationProviderIds: ["byteplus"],
|
|
requireGenerateVideo: true,
|
|
});
|