From b3edf0a6eb9fca57ed766c3f29b6e46461816130 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Mon, 31 Aug 2026 12:17:27 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 12b06728..1ae5062d 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -18617,6 +18617,7 @@ components: id: 'ctc-abc123' input: "*** Begin Patch\n*** End Patch" name: 'apply_patch' + status: 'completed' type: 'custom_tool_call' properties: call_id: @@ -18630,6 +18631,12 @@ components: namespace: description: 'Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)' type: 'string' + status: + enum: + - 'in_progress' + - 'completed' + - 'incomplete' + type: 'string' type: enum: - 'custom_tool_call' @@ -19040,6 +19047,7 @@ components: id: 'ctc-abc123' input: "*** Begin Patch\n*** End Patch" name: 'apply_patch' + status: 'completed' type: 'custom_tool_call' properties: call_id: @@ -19053,6 +19061,12 @@ components: namespace: description: 'Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)' type: 'string' + status: + enum: + - 'in_progress' + - 'completed' + - 'incomplete' + type: 'string' type: enum: - 'custom_tool_call'