mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 20:21:13 +00:00
fix(plugin-sdk): add web-search contract subpath
This commit is contained in:
@@ -328,6 +328,22 @@ describe("plugin-sdk subpath exports", () => {
|
||||
"safeMatchRegex",
|
||||
],
|
||||
});
|
||||
expectSourceContract("provider-web-search-contract", {
|
||||
mentions: [
|
||||
"enablePluginInConfig",
|
||||
"getScopedCredentialValue",
|
||||
"resolveProviderWebSearchPluginConfig",
|
||||
"setScopedCredentialValue",
|
||||
"setProviderWebSearchPluginConfigValue",
|
||||
"WebSearchProviderPlugin",
|
||||
],
|
||||
omits: [
|
||||
"buildSearchCacheKey",
|
||||
"withTrustedWebSearchEndpoint",
|
||||
"writeCachedSearchPayload",
|
||||
"resolveCitationRedirectUrl",
|
||||
],
|
||||
});
|
||||
expectSourceMentions("compat", [
|
||||
"createPluginRuntimeStore",
|
||||
"createScopedChannelConfigAdapter",
|
||||
|
||||
Reference in New Issue
Block a user