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