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