fix(plugin-sdk): add web-search contract subpath

This commit is contained in:
Vincent Koc
2026-04-06 23:28:29 +01:00
parent 3eecbc3c7d
commit 2a6e8dca47
9 changed files with 39 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
// 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 };