mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 05:34:41 +08:00
19 lines
442 B
TypeScript
19 lines
442 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "qwen",
|
|
providerIds: [
|
|
"qwen",
|
|
"qwencloud",
|
|
"modelstudio",
|
|
"dashscope",
|
|
"qwen-oauth",
|
|
"qwen-portal",
|
|
"qwen-cli",
|
|
],
|
|
mediaUnderstandingProviderIds: ["qwen"],
|
|
videoGenerationProviderIds: ["qwen"],
|
|
requireDescribeImages: true,
|
|
requireGenerateVideo: true,
|
|
});
|