mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:50:44 +00: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,
|
|
});
|