mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
9 lines
265 B
TypeScript
9 lines
265 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "together",
|
|
providerIds: ["together"],
|
|
videoGenerationProviderIds: ["together"],
|
|
requireGenerateVideo: true,
|
|
});
|