mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08: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"],
|
|
});
|