chore: update OpenAPI spec from monorepo (#262)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-05-19 14:12:00 -07:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent d549103228
commit 5d441447a9
+2 -1
View File
@@ -19145,13 +19145,14 @@ components:
description: >-
Which fetch engine to use. "auto" (default) uses native if the provider supports it, otherwise Exa. "native"
forces the provider's built-in fetch. "exa" uses Exa Contents API. "openrouter" uses direct HTTP fetch.
"firecrawl" uses Firecrawl scrape (requires BYOK).
"firecrawl" uses Firecrawl scrape (requires BYOK). "parallel" uses the Parallel extract API.
enum:
- auto
- native
- openrouter
- firecrawl
- exa
- parallel
example: auto
type: string
WebFetchPlugin: