mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
8 lines
232 B
TypeScript
8 lines
232 B
TypeScript
import { describePluginRegistrationContract } from "../../test/helpers/plugins/plugin-registration-contract.js";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "xai",
|
|
providerIds: ["xai"],
|
|
webSearchProviderIds: ["grok"],
|
|
});
|