mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-18 12:14:32 +00:00
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
import { describePluginRegistrationContract } from "../../test/helpers/plugins/plugin-registration-contract.js";
|
|
|
|
describePluginRegistrationContract({
|
|
pluginId: "exa",
|
|
webSearchProviderIds: ["exa"],
|
|
});
|