Files
openclaw/src/commands/onboard-search.ts
2026-04-05 07:43:14 +01:00

12 lines
331 B
TypeScript

export {
applySearchKey,
applySearchProviderSelection,
hasExistingKey,
hasKeyInEnv,
listSearchProviderOptions,
resolveExistingKey,
resolveSearchProviderOptions,
runSearchSetupFlow as setupSearch,
} from "../flows/search-setup.js";
export type { SearchProvider, SetupSearchOptions } from "../flows/search-setup.js";