Files
openclaw/src/plugin-sdk/provider-web-search-contract.ts
2026-04-06 23:30:56 +01:00

13 lines
433 B
TypeScript

// Narrow shared exports for web-search contract surfaces.
import type { WebSearchProviderPlugin } from "../plugins/types.js";
export {
getScopedCredentialValue,
resolveProviderWebSearchPluginConfig,
setScopedCredentialValue,
setProviderWebSearchPluginConfigValue,
} from "../agents/tools/web-search-provider-config.js";
export { enablePluginInConfig } from "../plugins/enable.js";
export type { WebSearchProviderPlugin };