From 8ac9dede84ffd68144a0acea363e6cff54c19430 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Sat, 2 May 2026 12:45:50 -0500 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#218) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 7396dcc..6f09da3 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -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: