mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
9 lines
292 B
TypeScript
9 lines
292 B
TypeScript
import { describePluginRegistrationContract } from "../../test/helpers/plugins/plugin-registration-contract.js";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "openrouter",
|
|
providerIds: ["openrouter"],
|
|
mediaUnderstandingProviderIds: ["openrouter"],
|
|
requireDescribeImages: true,
|
|
});
|