mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:50:44 +00:00
8 lines
232 B
TypeScript
8 lines
232 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "runway",
|
|
videoGenerationProviderIds: ["runway"],
|
|
requireGenerateVideo: true,
|
|
});
|