mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 01:04:45 +00:00
* feat: add fal and OpenRouter music generation * fix: repair music generation CI gates * chore: refresh proof gate
12 lines
358 B
TypeScript
12 lines
358 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "fal",
|
|
providerIds: ["fal"],
|
|
imageGenerationProviderIds: ["fal"],
|
|
musicGenerationProviderIds: ["fal"],
|
|
videoGenerationProviderIds: ["fal"],
|
|
requireGenerateImage: true,
|
|
requireGenerateVideo: true,
|
|
});
|