mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "lmstudio",
|
|
providerIds: ["lmstudio"],
|
|
});
|