mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 14:51:08 +00:00
Merged via squash.
Prepared head SHA: 1ec105f356
Co-authored-by: BruceMacD <5853428+BruceMacD@users.noreply.github.com>
Co-authored-by: BruceMacD <5853428+BruceMacD@users.noreply.github.com>
Reviewed-by: @BruceMacD
8 lines
240 B
TypeScript
8 lines
240 B
TypeScript
import { describePluginRegistrationContract } from "../../test/helpers/plugins/plugin-registration-contract.js";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "ollama",
|
|
providerIds: ["ollama"],
|
|
webSearchProviderIds: ["ollama"],
|
|
});
|