mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 12:41:12 +00:00
fix(test): restore support shard boundaries
This commit is contained in:
@@ -1,12 +1,24 @@
|
||||
// Narrow shared exports for web-search contract surfaces.
|
||||
|
||||
import type { WebSearchProviderPlugin } from "../plugins/types.js";
|
||||
// Public contract-safe web-search registration helpers for provider plugins.
|
||||
|
||||
import type {
|
||||
WebSearchCredentialResolutionSource,
|
||||
WebSearchProviderSetupContext,
|
||||
WebSearchProviderPlugin,
|
||||
WebSearchProviderToolDefinition,
|
||||
} from "../plugins/types.js";
|
||||
export {
|
||||
getScopedCredentialValue,
|
||||
getTopLevelCredentialValue,
|
||||
mergeScopedSearchConfig,
|
||||
resolveProviderWebSearchPluginConfig,
|
||||
setScopedCredentialValue,
|
||||
setProviderWebSearchPluginConfigValue,
|
||||
setTopLevelCredentialValue,
|
||||
} from "../agents/tools/web-search-provider-config.js";
|
||||
export { enablePluginInConfig } from "../plugins/enable.js";
|
||||
export type { WebSearchProviderPlugin };
|
||||
export type {
|
||||
WebSearchCredentialResolutionSource,
|
||||
WebSearchProviderSetupContext,
|
||||
WebSearchProviderPlugin,
|
||||
WebSearchProviderToolDefinition,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user