From d208cc6cf8e60d77f83d789309bd4b0be7818ea2 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Wed, 6 May 2026 09:58:16 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#227) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 41dd615..6d92b2a 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -2363,7 +2363,7 @@ components: example: container: null content: - - citations: null + - citations: [] text: Hello! type: text id: msg_01XFDUDYJgAACzvnptvVoYEL @@ -8461,6 +8461,14 @@ components: - $ref: '#/components/schemas/ChatSearchModelsServerTool' - $ref: '#/components/schemas/WebFetchServerTool' - $ref: '#/components/schemas/OpenRouterWebSearchServerTool' + - additionalProperties: + nullable: true + properties: + type: + type: string + required: + - type + type: object type: array top_k: type: integer @@ -8541,7 +8549,7 @@ components: example: container: null content: - - citations: null + - citations: [] text: Hello! I'm doing well, thank you for asking. type: text id: msg_01XFDUDYJgAACzvnptvVoYEL