mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
8 lines
223 B
TypeScript
8 lines
223 B
TypeScript
import { describePluginRegistrationContract } from "openclaw/plugin-sdk/plugin-test-contracts";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "ollama",
|
|
providerIds: ["ollama"],
|
|
webSearchProviderIds: ["ollama"],
|
|
});
|