5ec53fff0c
Merged via squash. Prepared head SHA: 1ec105f356a8b17ec12cb639485d398de5c21fd2 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"],
|
|
});
|