openclaw/extensions/together/plugin-registration.contrac...

9 lines
282 B
TypeScript

import { describePluginRegistrationContract } from "../../test/helpers/plugins/plugin-registration-contract.js";
describePluginRegistrationContract({
pluginId: "together",
providerIds: ["together"],
videoGenerationProviderIds: ["together"],
requireGenerateVideo: true,
});