mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
Keep the Perplexity web-search public provider artifact metadata-only and move execution, cache, HTTP, and runtime helper tests behind a lazy runtime seam. This keeps bundled web-search contract checks from loading runtime-only code.
2 lines
93 B
TypeScript
2 lines
93 B
TypeScript
export { createPerplexityWebSearchProvider } from "./src/perplexity-web-search-provider.js";
|