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: