chore: update OpenAPI spec from monorepo (#218)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-05-02 12:45:50 -05:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent c10bbfe084
commit 8ac9dede84
+32
View File
@@ -10592,10 +10592,42 @@ components:
OutputWebSearchServerToolItem:
description: An openrouter:web_search server tool output item
example:
action:
query: latest AI news
type: search
id: ws_tmp_abc123
status: completed
type: openrouter:web_search
properties:
action:
description: >-
The search action performed, matching OpenAI web_search_call.action shape. Includes the query the model
issued and optional source URLs returned by the search provider.
properties:
query:
type: string
sources:
items:
properties:
type:
enum:
- url
type: string
url:
type: string
required:
- type
- url
type: object
type: array
type:
enum:
- search
type: string
required:
- type
- query
type: object
id:
type: string
status: