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

@@ -4,7 +4,7 @@ import {
setProviderWebSearchPluginConfigValue,
setScopedCredentialValue,
type WebSearchProviderPlugin,
} from "openclaw/plugin-sdk/provider-web-search";
} from "openclaw/plugin-sdk/provider-web-search-contract";
export function createGeminiWebSearchProvider(): WebSearchProviderPlugin {
return {