Files
openclaw/extensions/perplexity/test-api.ts
Gustavo Madeira Santana c86beb237e test: lazy-load Perplexity web search runtime
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.
2026-04-17 17:26:47 -04:00

2 lines
77 B
TypeScript

export { __testing } from "./src/perplexity-web-search-provider.runtime.js";