mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
18 lines
558 B
TypeScript
18 lines
558 B
TypeScript
import { describePluginRegistrationContract } from "../../test/helpers/extensions/plugin-registration-contract.js";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "moonshot",
|
|
providerIds: ["moonshot"],
|
|
webSearchProviderIds: ["kimi"],
|
|
mediaUnderstandingProviderIds: ["moonshot"],
|
|
requireDescribeImages: true,
|
|
manifestAuthChoice: {
|
|
pluginId: "kimi",
|
|
choiceId: "kimi-code-api-key",
|
|
choiceLabel: "Kimi Code API key (subscription)",
|
|
groupId: "moonshot",
|
|
groupLabel: "Moonshot AI (Kimi K2.5)",
|
|
groupHint: "Kimi K2.5",
|
|
},
|
|
});
|