mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 06:57:09 +02:00
9 lines
278 B
TypeScript
9 lines
278 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "opencode-go",
|
|
providerIds: ["opencode-go"],
|
|
mediaUnderstandingProviderIds: ["opencode-go"],
|
|
requireDescribeImages: true,
|
|
});
|