From 3d1fdef97a2b6ae0f2fbb97291fd4e51d5e0a827 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Thu, 30 Apr 2026 04:07:15 -0500 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#215) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 8a2e39d..e770d26 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -10549,6 +10549,7 @@ components: OutputWebFetchServerToolItem: description: An openrouter:web_fetch server tool output item example: + httpStatus: 200 id: wf_tmp_abc123 status: completed title: Example Domain @@ -10557,6 +10558,12 @@ components: properties: content: type: string + error: + description: The error message if the fetch failed. + type: string + httpStatus: + description: The HTTP status code returned by the upstream URL fetch. + type: integer id: type: string status: