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