Files
openclaw/src/commands/onboard-search.ts
2026-03-27 01:17:39 +00:00

12 lines
329 B
TypeScript

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